summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-10-17 20:33:39 +0000
committerJakub Jelinek <jakub@redhat.com>2007-10-17 20:33:39 +0000
commita162e5955f7e324be82d9318bbcbe869c66ffb86 (patch)
tree0005289fef36f116104ad297dfbfadbc372e3aef /include/features.h
parente2ff293ba10d38af29b08307d6bf90d11143596f (diff)
Updated to fedora-glibc-20071017T2029cvs/fedora-glibc-2_7-1
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 3ab68b67cd..6191d2044c 100644
--- a/include/features.h
+++ b/include/features.h
@@ -316,7 +316,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))