From 777bc4bfd9da8eb5e14da106e2b8cdc08e1ae533 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 Oct 2007 20:27:09 +0000 Subject: * include/features.h (__GLIBC_MINOR__): Bump to 7. --- 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 18f743cb75..08ee426369 100644 --- a/include/features.h +++ b/include/features.h @@ -311,7 +311,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__ 6 +#define __GLIBC_MINOR__ 7 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit v1.2.3