From 3a4e060900bc27f204c20f4102874d7e11eb3cdc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 6 Oct 2006 15:39:29 +0000 Subject: * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. 2006-10-06 Ulrich Drepper * po/pl.po: Update from translation team. * nscd/nscd.c (main): Fix typo in message. Patch by Jakub Bogsz . --- 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 0b06b0f..1676ad3 100644 --- a/include/features.h +++ b/include/features.h @@ -304,7 +304,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__ 5 #define __GLIBC_PREREQ(maj, min) \ ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) -- cgit v1.1