]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 ca83da05ebff4f0e043f792935f5a8372c9949df..c9be10a63e35fb84159aa8f56f710e491c0d5a4d 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 7d9b681a0437936529c4de419f60bca3f7bed1ad..7485c9e2cce126d9f32a19eb5407e91039a067b9 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"