* include/features.h (__GLIBC_MINOR__): Bump to 7.
authorUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 20:27:09 +0000 (20:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 17 Oct 2007 20:27:09 +0000 (20:27 +0000)
ChangeLog
include/features.h

index af11921..e3dc6a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2007-10-17  Ulrich Drepper  <drepper@redhat.com>
 
        * version.h (VERSION): Bump to 2.7.
+       * include/features.h (__GLIBC_MINOR__): Bump to 7.
 
        [BZ #5186]
        * time/tzset.c (__tz_convert): Don't force testing for a change of
index 18f743c..08ee426 100644 (file)
 /* 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))