]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update version.h and include/features.h for 2.23 release glibc-2.23
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Feb 2016 17:54:00 +0000 (15:54 -0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 18 Feb 2016 17:54:00 +0000 (15:54 -0200)
ChangeLog
include/features.h
version.h

index c494812b8c8634e26f8e33b060556a4b168d33a4..2e4afb705ba4222489a7f7a349100fa8616ff553 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2016-02-18  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
+       * version.h (RELEASE): Set to "stable".
+       (VERSION): Set to 2.23.
+       * include/feature.h (__GLIBC_MINOR__): Set to 23.
+
        * NEWS: Updated fixed bugs.
 
 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
index 1dc502bb1b9553f23eb74d2b151b79fd4eec141c..9514d35718b7efaaec316d9ddd677cf0ae84ed02 100644 (file)
 /* 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__ 22
+#define        __GLIBC_MINOR__ 23
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index a677f9e5510a28f09192582b6b852be3188949a5..4da48142042e1676a54049281e0b4f7fea3be346 100644 (file)
--- 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.22.90"
+#define RELEASE "stable"
+#define VERSION "2.23"