diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-04-12 07:48:58 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-04-12 07:48:58 +0000 |
commit | 14e44061ad888abbea7239599a9109b41776e41c (patch) | |
tree | 258e74578e51d985048e70482acab48bc5cf591a /include/features.h | |
parent | a346458fa85decb63d2bf237c62f58ca46450c3b (diff) | |
download | glibc-14e44061ad888abbea7239599a9109b41776e41c.tar glibc-14e44061ad888abbea7239599a9109b41776e41c.tar.gz glibc-14e44061ad888abbea7239599a9109b41776e41c.tar.bz2 glibc-14e44061ad888abbea7239599a9109b41776e41c.zip |
Updated to fedora-glibc-20080412T0741cvs/fedora-glibc-2_8-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 6191d2044c..18093befcf 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__ 7 +#define __GLIBC_MINOR__ 8 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |