[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r23715 - in /fsf/trunk/libc: include/features.h version.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r23715 - in /fsf/trunk/libc: include/features.h version.h
- From: eglibc@xxxxxxxxxx
- Date: Sun, 11 Aug 2013 00:01:58 -0000
Author: eglibc
Date: Sun Aug 11 00:01:56 2013
New Revision: 23715
Log:
Import glibc-mainline for 2013-08-11
Modified:
fsf/trunk/libc/include/features.h
fsf/trunk/libc/version.h
Modified: fsf/trunk/libc/include/features.h
==============================================================================
--- fsf/trunk/libc/include/features.h (original)
+++ fsf/trunk/libc/include/features.h Sun Aug 11 00:01:56 2013
@@ -353,7 +353,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__ 17
+#define __GLIBC_MINOR__ 18
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
Modified: fsf/trunk/libc/version.h
==============================================================================
--- fsf/trunk/libc/version.h (original)
+++ fsf/trunk/libc/version.h Sun Aug 11 00:01:56 2013
@@ -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"
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits