diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-05-09 18:40:14 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-05-09 18:40:14 +0000 |
commit | 8075bb0fc6925bfb43f0db8e9c5bf22eb9e9f119 (patch) | |
tree | 08716fe3e8c25a9732600ec718325785e5352c33 /include/features.h | |
parent | 83489168c2447e3fe351dbb302b1026dc9fc512c (diff) | |
download | glibc-cvs/fedora-glibc-2_10-1.tar.gz |
Updated to fedora-glibc-20090509T1828cvs/fedora-glibc-2_10-1
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h index a653e4d46b..fc1a5b5200 100644 --- a/include/features.h +++ b/include/features.h @@ -333,7 +333,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__ 9 +#define __GLIBC_MINOR__ 10 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |