Update version.h and include/features.h for 2.19 release
authorAllan McRae <allan@archlinux.org>
Fri, 7 Feb 2014 09:04:38 +0000 (19:04 +1000)
committerAllan McRae <allan@archlinux.org>
Fri, 7 Feb 2014 09:04:38 +0000 (19:04 +1000)
include/features.h
version.h

index 56e3da8..21173a2 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__ 18
+#define        __GLIBC_MINOR__ 19
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index c88ab1c..e399849 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.18.90"
+#define RELEASE "stable"
+#define VERSION "2.19"