From a3f1b27bd61b4bd1645e90953eb09ae2aa3ef9e9 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 3 Mar 2005 14:03:17 +0000 Subject: Updated to fedora-glibc-20050303T1335 --- 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 cb0844ddda..a191d803b6 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__ 4 +#define __GLIBC_MINOR__ 3 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit 1.4.1