]> sourceware.org Git - glibc.git/commitdiff
Prepare for release. glibc-2.12
authorUlrich Drepper <drepper@redhat.com>
Mon, 3 May 2010 21:11:14 +0000 (14:11 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 3 May 2010 21:11:14 +0000 (14:11 -0700)
ChangeLog
include/features.h
version.h

index 064dbf93f0b1821adb91c03060209cb0342a4fff..318e7795621f8adadcfb8dab451c25602a8bb1dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-05-03  Ulrich Drepper  <drepper@redhat.com>
 
+       * version.h (VERSION): Bump for 2.11 release.
+       * include/features.h (__GLIBC_MINOR__): Bump to 11.
+
        [BZ #11149]
        * elf/ldconfig.c (search_dir): Fix handling of symlinks in chroot.
 
index 887e410b44267c73af2d8560d09a11186401ff5b..98bce6be5a4567c8990563cec0452a62185f5577 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__ 11
+#define        __GLIBC_MINOR__ 12
 
 #define __GLIBC_PREREQ(maj, min) \
        ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))
index db60a0c44e74b81eaeeb91196273a4146adf981d..02cc48871ae434c1b60a5eb945ac6d9b6a253ce7 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,4 +1,4 @@
 /* This file just defines the current version number of libc.  */
 
-#define RELEASE "development"
-#define VERSION "2.11.90"
+#define RELEASE "stable"
+#define VERSION "2.12"
This page took 0.056891 seconds and 5 git commands to generate.