about summary refs log tree commit diff
path: root/include/features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-23 14:03:55 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-23 14:03:55 -0500
commitc0da14cdda1fa552262ce3624156194eef43e973 (patch)
tree8c94e822eaac248ea0d42ef9c2c975cc15bcedf1 /include/features.h
parent530a32499a1671ea243c4d05e9c82ad31a29c7e6 (diff)
downloadglibc-c0da14cdda1fa552262ce3624156194eef43e973.tar.gz
glibc-c0da14cdda1fa552262ce3624156194eef43e973.tar.xz
glibc-c0da14cdda1fa552262ce3624156194eef43e973.zip
Preliminaries for 2.15 release glibc-2.15
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
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))