[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r22056 - in /fsf/glibc-2_17-branch/libc: include/features.h version.h



Author: eglibc
Date: Tue Dec 25 10:30:30 2012
New Revision: 22056

Log:
Import glibc-2.17 for 2012-12-25

Modified:
    fsf/glibc-2_17-branch/libc/include/features.h
    fsf/glibc-2_17-branch/libc/version.h

Modified: fsf/glibc-2_17-branch/libc/include/features.h
==============================================================================
--- fsf/glibc-2_17-branch/libc/include/features.h (original)
+++ fsf/glibc-2_17-branch/libc/include/features.h Tue Dec 25 10:30:30 2012
@@ -356,7 +356,7 @@
 /* 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))

Modified: fsf/glibc-2_17-branch/libc/version.h
==============================================================================
--- fsf/glibc-2_17-branch/libc/version.h (original)
+++ fsf/glibc-2_17-branch/libc/version.h Tue Dec 25 10:30:30 2012
@@ -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"

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits