From e28c88707ef0529593fccedf1a94c3fce3df0ef3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 3 May 2010 14:11:14 -0700 Subject: Prepare for release. --- include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index 887e410b44..98bce6be5a 100644 --- a/include/features.h +++ b/include/features.h @@ -337,7 +337,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__ 11 +#define __GLIBC_MINOR__ 12 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit v1.2.3