]> sourceware.org Git - glibc.git/commitdiff
Increase version number to 2.40
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 21 Jul 2024 16:23:25 +0000 (18:23 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 21 Jul 2024 16:23:25 +0000 (18:23 +0200)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
include/features.h
version.h

index d92503dfed25d3364335accb3da68a5a13fb22ac..093de6f44cd168fe1e8727851af1baf666ae57fc 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__ 39
+#define        __GLIBC_MINOR__ 40
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 1fb72da2a59393a3b99fc4856e117e8207a95a44..b51ca8207826372f1f055768f9892c0c031ee963 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.39.9000"
+#define RELEASE "stable"
+#define VERSION "2.40"
This page took 0.040016 seconds and 5 git commands to generate.