]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* 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 af119214b10ab85c772cdb781bb638574d8e0143..e3dc6a3b331d1e6a66fd380f4296b69caa808891 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 18f743cb75d983fa828db408c14e643a6f557d4b..08ee4263695e9247536d4ece7f3b5d79f1937796 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))