diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-11-13 21:41:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-11-13 21:41:41 +0000 |
commit | f52bb4d77eee0b7805ad57c069f29b544baa2db7 (patch) | |
tree | 4930be445b6f070d3b3e3b7ba1f2844998b0e9e8 /include | |
parent | b5449f8a11a123134b7a25a83be7e96f711db373 (diff) | |
download | glibc-f52bb4d77eee0b7805ad57c069f29b544baa2db7.zip glibc-f52bb4d77eee0b7805ad57c069f29b544baa2db7.tar.gz glibc-f52bb4d77eee0b7805ad57c069f29b544baa2db7.tar.bz2 |
* include/features.h (__GLIBC_MINOR__): Bump to 9.glibc-2.9cvs/glibc-2_9-basecvs/glibc-2_9cvs/fedora-glibc-20081113T2206cvs/glibc-2_9-branch
Diffstat (limited to 'include')
-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 76c2ae3..3a44e38 100644 --- a/include/features.h +++ b/include/features.h @@ -311,7 +311,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__ 8 +#define __GLIBC_MINOR__ 9 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |