]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
version.h, include/features.h: Increase version number
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 23 Jan 2026 20:49:16 +0000 (21:49 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 23 Jan 2026 20:49:16 +0000 (21:49 +0100)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
include/features.h
version.h

index 173a9d15851264fc9e227366f1d8280490bd8126..c080ad4260f40e633f6df951408d0a822ac2fb3d 100644 (file)
 /* Major and minor version number of the GNU C library package.  Use
    these macros to test for features in specific releases.  */
 #define        __GLIBC__       2
-#define        __GLIBC_MINOR__ 42
+#define        __GLIBC_MINOR__ 43
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index c5dcdde2db171b893608ccb32e58a35504812c29..7feca9c8672859da5083f4904efc0a2dda76589f 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "development"
-#define VERSION "2.42.9000"
+#define RELEASE "stable"
+#define VERSION "2.43"