diff options
| author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2020-02-01 16:22:59 +0530 |
|---|---|---|
| committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2020-02-01 17:16:54 +0530 |
| commit | 7ef9556328fd5c2fe1c2d9203a209895b5156a33 (patch) | |
| tree | a2bcecbb270509ca98dcd63c0621fecea9e4b4d7 | |
| parent | e7daa7fcf70543b063ce0311fbdfb259d187d314 (diff) | |
| download | glibc-7ef9556328fd5c2fe1c2d9203a209895b5156a33.tar.xz glibc-7ef9556328fd5c2fe1c2d9203a209895b5156a33.zip | |
Update version numbers for 2.31 release
| -rw-r--r-- | include/features.h | 2 | ||||
| -rw-r--r-- | version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/features.h b/include/features.h index af371842bb..b6ff1e9b7b 100644 --- a/include/features.h +++ b/include/features.h @@ -454,7 +454,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__ 30 +#define __GLIBC_MINOR__ 31 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" -#define VERSION "2.30.9000" +#define RELEASE "stable" +#define VERSION "2.31" |
