summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-31 00:12:33 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-31 00:12:33 -0400
commit356f8bc660a154a07b03da7c536831da5c8f74fe (patch)
treed1e550124ee36b8b62af8984e4b829622a60f725 /include/features.h
parent5b27a807d596398f813ad17651808c30a8e2bff4 (diff)
2.14 releaseglibc-2.14
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index c66bc26db8..8f888578fc 100644
--- a/include/features.h
+++ b/include/features.h
@@ -339,7 +339,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))