summaryrefslogtreecommitdiff
path: root/libc/include/features.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-10-18 16:54:40 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2007-10-18 16:54:40 +0000
commit58ddfaf915dfed8eabb3de5ddbfc75400b7a3593 (patch)
tree061fb1227f0e58bd744b795e34227ac07aceb8d4 /libc/include/features.h
parent1014a34ffefed553055fbabd75bd1d3c6822763c (diff)
Merge changes between r3831 and r3854 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@3855 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 3b90e078d..d1bf8d1bb 100644
--- a/libc/include/features.h
+++ b/libc/include/features.h
@@ -310,7 +310,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__ 6
+#define __GLIBC_MINOR__ 7
#define __GLIBC_PREREQ(maj, min) \
((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))