diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-07 11:47:14 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-07 11:48:55 +0200 |
commit | 4f2b767fef50f5f5c356c0c0e424fccc893a4ae6 (patch) | |
tree | b642a2e2f25c3910e37a834a3f2d0f654876fc03 | |
parent | a882ce88c5f5e391e0e31d55642d09d1c947226b (diff) | |
download | glibc-release/2.14/master.zip glibc-release/2.14/master.tar.gz glibc-release/2.14/master.tar.bz2 |
glibc 2.14.1 releaseglibc-2.14.1release/2.14/master
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011-10-07 Andreas Schwab <schwab@redhat.com> + + * version.h (VERSION): Bump for 2.14.1 release. + 2011-09-27 Andreas Schwab <schwab@redhat.com> * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.14" +#define VERSION "2.14.1" |