From: Siddhesh Poyarekar Date: Sat, 1 Feb 2020 10:52:59 +0000 (+0530) Subject: Update version numbers for 2.31 release X-Git-Tag: glibc-2.31~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef9556328fd5c2fe1c2d9203a209895b5156a33;p=thirdparty%2Fglibc.git Update version numbers for 2.31 release --- diff --git a/include/features.h b/include/features.h index af371842bb9..b6ff1e9b7b8 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)) diff --git a/version.h b/version.h index 3c9e87f394a..f09e29f35c9 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.30.9000" +#define RELEASE "stable" +#define VERSION "2.31"