From 356f8bc660a154a07b03da7c536831da5c8f74fe Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 31 May 2011 00:12:33 -0400 Subject: 2.14 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 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)) -- cgit v1.2.3