Update version.h and include/features.h for 2.17 release. glibc-2.17 upstream/2.17
authorDavid S. Miller <davem@davemloft.net>
Tue, 25 Dec 2012 03:02:13 +0000 (19:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Dec 2012 03:02:13 +0000 (19:02 -0800)
include/features.h
version.h

index c69fc2d..b624d36 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__ 16
+#define        __GLIBC_MINOR__ 17
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index 57b9ec2..289177c 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.16.90"
+#define RELEASE "stable"
+#define VERSION "2.17"