[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r25229 - in /fsf/trunk/libc: include/features.h version.h
- To: commits@xxxxxxxxxx
- Subject: [Commits] r25229 - in /fsf/trunk/libc: include/features.h version.h
- From: eglibc@xxxxxxxxxx
- Date: Fri, 07 Feb 2014 14:35:31 -0000
Author: eglibc
Date: Fri Feb 7 06:35:30 2014
New Revision: 25229
Log:
Import glibc-mainline for 2014-02-07
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 Fri Feb 7 06:35:30 2014
@@ -367,7 +367,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__ 18
+#define __GLIBC_MINOR__ 19
#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 Fri Feb 7 06:35:30 2014
@@ -1,4 +1,4 @@
/* This file just defines the current version number of libc. */
-#define RELEASE "development"
-#define VERSION "2.18.90"
+#define RELEASE "stable"
+#define VERSION "2.19"
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits