summaryrefslogtreecommitdiff
path: root/include/features.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-10-06 15:39:29 +0000
committerUlrich Drepper <drepper@redhat.com>2006-10-06 15:39:29 +0000
commit3a4e060900bc27f204c20f4102874d7e11eb3cdc (patch)
tree0049c456782f28f64519ecb1b158ebbeb716927e /include/features.h
parent2e4f1cfb1f3fc72ec4195678350256f85cb4d284 (diff)
* include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now.cvs/glibc-2_5-base
2006-10-06 Ulrich Drepper <drepper@redhat.com> * po/pl.po: Update from translation team. * nscd/nscd.c (main): Fix typo in message. Patch by Jakub Bogsz <qboosh@pld-linux.org>.
Diffstat (limited to 'include/features.h')
-rw-r--r--include/features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h
index 0b06b0f71b..1676ad3e58 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))