Update version.h and include/features.h for 2.18 release. glibc-2.18
authorDavid S. Miller <davem@davemloft.net>
Sat, 10 Aug 2013 22:52:55 +0000 (15:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Aug 2013 22:52:55 +0000 (15:52 -0700)
include/features.h
version.h

index ca83da0..c9be10a 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__ 17
+#define        __GLIBC_MINOR__ 18
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 7d9b681..7485c9e 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.17.90"
+#define RELEASE "stable"
+#define VERSION "2.18"