diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-31 00:12:33 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-31 00:12:33 -0400 |
commit | 356f8bc660a154a07b03da7c536831da5c8f74fe (patch) | |
tree | d1e550124ee36b8b62af8984e4b829622a60f725 /include | |
parent | 5b27a807d596398f813ad17651808c30a8e2bff4 (diff) | |
download | glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.tar glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.tar.gz glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.tar.bz2 glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.zip |
2.14 releaseglibc-2.14
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 c66bc26db8..8f888578fc 100644 --- a/include/features.h +++ b/include/features.h @@ -339,7 +339,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__ 13 +#define __GLIBC_MINOR__ 14 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |