diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 14:03:55 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 14:03:55 -0500 |
commit | c0da14cdda1fa552262ce3624156194eef43e973 (patch) | |
tree | 8c94e822eaac248ea0d42ef9c2c975cc15bcedf1 /include | |
parent | 530a32499a1671ea243c4d05e9c82ad31a29c7e6 (diff) | |
download | glibc-c0da14cdda1fa552262ce3624156194eef43e973.tar.gz glibc-c0da14cdda1fa552262ce3624156194eef43e973.tar.xz glibc-c0da14cdda1fa552262ce3624156194eef43e973.zip |
Preliminaries for 2.15 release glibc-2.15
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 8f888578fc..c7b7972806 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__ 14 +#define __GLIBC_MINOR__ 15 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) |