diff options
| author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-21 18:23:25 +0200 |
|---|---|---|
| committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-07-21 18:23:25 +0200 |
| commit | 89d3d815ef6e84935147b683d510bacb0ba4df1d (patch) | |
| tree | b9e80e3151222428c0f5bd48fab7104f322a20b9 /include | |
| parent | 6f14eb1b1768e4b840913fa1e4c9963cd70d46ac (diff) | |
| download | glibc-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.h | 2 |
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)) |
