summaryrefslogtreecommitdiff
path: root/libc/include/features.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-06-21 15:01:41 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2011-06-21 15:01:41 +0000
commit2f4cad8d89b656684e8829b2e164070515d4d34b (patch)
tree243b95293e11d7a8968cb2412fbfacb5ece6c4ba /libc/include/features.h
parentdc798c87712902a115d067b099582c811d9f6951 (diff)
Merge changes between r14014 and r14127 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@14282 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/include/features.h')
-rw-r--r--libc/include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/features.h b/libc/include/features.h
index 5f771bdaa..b16129562 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -338,7 +338,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__ 13
+#define __GLIBC_MINOR__ 14
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))