From 0ecfa2580d1aedb744deb5af1b60f92c69b9e9e0 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 6 Jan 2005 14:57:16 +0000 Subject: Updated to fedora-glibc-20050106T1443 --- 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 ff1de8f472..5e6cca5c86 100644 --- a/include/features.h +++ b/include/features.h @@ -295,7 +295,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__ 3 +#define __GLIBC_MINOR__ 4 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit v1.2.3