From c0da14cdda1fa552262ce3624156194eef43e973 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 23 Dec 2011 14:03:55 -0500 Subject: Preliminaries for 2.15 release --- include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/features.h b/include/features.h index 8f88857..c7b7972 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)) -- cgit v1.1