]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Bump version to 2.41
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 28 Jan 2025 17:25:13 +0000 (18:25 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 28 Jan 2025 17:25:13 +0000 (18:25 +0100)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
include/features.h
version.h

index c82d4d9cb3851263ab97c9136c5d4400f3cb6e7a..44bc4bbc851b919fd644a7762a48c6e22fa3ff2a 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__ 40
+#define        __GLIBC_MINOR__ 41
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 3b675229f58a9a02be85ff92d29ee0f375dd9f6a..639cb34a2464abdd8551578ffd91a631d3a8704a 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.40.9000"
+#define RELEASE "stable"
+#define VERSION "2.41"