From 5acb73612fb014b5be410f3d5790bfa9d67f47b2 Mon Sep 17 00:00:00 2001 From: joseph Date: Sat, 9 May 2009 18:19:07 +0000 Subject: Merge changes between r8410 and r8419 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@8420 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/include/features.h') diff --git a/libc/include/features.h b/libc/include/features.h index 5adb3b285..9d1fd9093 100644 --- a/libc/include/features.h +++ b/libc/include/features.h @@ -327,7 +327,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__ 9 +#define __GLIBC_MINOR__ 10 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit v1.2.3