aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2024-07-21 18:23:25 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2024-07-21 18:23:25 +0200
commit89d3d815ef6e84935147b683d510bacb0ba4df1d (patch)
treeb9e80e3151222428c0f5bd48fab7104f322a20b9
parent6f14eb1b1768e4b840913fa1e4c9963cd70d46ac (diff)
downloadglibc-89d3d815ef6e84935147b683d510bacb0ba4df1d.zip
glibc-89d3d815ef6e84935147b683d510bacb0ba4df1d.tar.gz
glibc-89d3d815ef6e84935147b683d510bacb0ba4df1d.tar.bz2
Increase version number to 2.40
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--include/features.h2
-rw-r--r--version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/features.h b/include/features.h
index d92503d..093de6f 100644
--- a/include/features.h
+++ b/include/features.h
@@ -500,7 +500,7 @@
/* 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))
diff --git a/version.h b/version.h
index 1fb72da..b51ca82 100644
--- 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"