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 /version.h | |
parent | 6f14eb1b1768e4b840913fa1e4c9963cd70d46ac (diff) | |
download | glibc-89d3d815ef6e84935147b683d510bacb0ba4df1d.tar.gz 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 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index 1fb72da2a5..b51ca82078 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" |