]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Bump version number to 2.42
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 28 Jul 2025 18:19:17 +0000 (20:19 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 28 Jul 2025 18:19:17 +0000 (20:19 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
include/features.h
version.h

index 44bc4bbc851b919fd644a7762a48c6e22fa3ff2a..8515b06b360c768ccf39455c314179b67d070dd4 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__ 41
+#define        __GLIBC_MINOR__ 42
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index abc0364861e8298f5f9e9be6045a706cc6841573..5616512a59fc170ed48084f30c81b7a7da203530 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.41.9000"
+#define RELEASE "stable"
+#define VERSION "2.42"