]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update version.h and include/features.h for 2.22 release glibc-2.22
authorCarlos O'Donell <carlos@systemhalted.org>
Wed, 5 Aug 2015 06:42:21 +0000 (02:42 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 5 Aug 2015 06:42:21 +0000 (02:42 -0400)
ChangeLog
include/features.h
version.h

index 17caaf3e910cfc13cac88215edc57951cd52b13f..cb9124e4e6c57bf4a272355d1313b5b96c64db1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
+
+       * version.h (RELEASE): Set to "stable".
+       (VERSION): Set to "2.22"
+       * include/features.h (__GLIBC_MINOR__): Set to 22.
+
 2015-08-04  Chris Metcalf  <cmetcalf@ezchip.com>
 
        * sysdeps/tile/tilepro/bits/atomic.h (__atomic_update):
index afaa05c45cba57e2e31817d8f61462620e7e3f50..bb8061073e206ddda4e372f4d88328855cd4bdfd 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__ 21
+#define        __GLIBC_MINOR__ 22
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 1ee485688fdfd89617562760437557ec57225b52..b20e5c4cb18fdd258c80b95b8d51e93e0b68ee0a 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.21.90"
+#define RELEASE "stable"
+#define VERSION "2.22"