diff options
author | Andreas Schwab <schwab@redhat.com> | 2010-07-27 13:34:39 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2010-07-27 13:34:39 +0200 |
commit | 6164128f1ca84eea240b66f977054e16b94b3c86 (patch) | |
tree | 92c707ab699f363e580e6ad34cc2272599367c27 | |
parent | Regenerate NOTES (diff) | |
download | glibc-2.12.1.tar.gz glibc-2.12.1.tar.bz2 glibc-2.12.1.zip |
glibc 2.12.1 releaseglibc-2.12.1
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2010-07-27 Andreas Schwab <schwab@redhat.com> + + * version.h (VERSION): Bump for 2.12.1 release. + 2010-06-02 Kirill A. Shutemov <kirill@shutemov.name> * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.12" +#define VERSION "2.12.1" |