aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent6f14eb1b1768e4b840913fa1e4c9963cd70d46ac (diff)
downloadglibc-89d3d815ef6e84935147b683d510bacb0ba4df1d.tar.xz
glibc-89d3d815ef6e84935147b683d510bacb0ba4df1d.zip
Increase version number to 2.40
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'include')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index d92503dfed..093de6f44c 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))