]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update version.h and include/features.h for 2.20 release glibc-2.20
authorAllan McRae <allan@archlinux.org>
Sun, 7 Sep 2014 08:09:09 +0000 (18:09 +1000)
committerAllan McRae <allan@archlinux.org>
Sun, 7 Sep 2014 08:09:09 +0000 (18:09 +1000)
ChangeLog
include/features.h
version.h

index 5c3848bfccb9983b2a24cf51ad49948f210f3caf..f34342814ebf93641b811c61b977a8a807bfa12e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-09-07  Allan McRae  <allan@archlinux.org
 
+       * version.h (RELEASE): Set to "stable".
+       (VERSION): Set to "2.20"
+       * include/features.h (__GLIBC_MINOR__): Set to 20.
+
        * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
        Liebler.
 
index c3ed81fa19bf4d85f3dcb4e104333c6af5bb1697..ddb883a48b25fa54f49c1b852ddf61031a683a16 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__ 19
+#define        __GLIBC_MINOR__ 20
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 8cb9f1264c12e1d2224df81e87e4bec0784c097b..d7b19ec8acea658d5bddeaafdb90deb2e7d7fae7 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.19.90"
+#define RELEASE "stable"
+#define VERSION "2.20"