diff options
author | 2005-04-06 02:59:17 +0000 | |
---|---|---|
committer | 2005-04-06 02:59:17 +0000 | |
commit | 8c97594786f19b93a46da46796dcb33d0fe33dc9 (patch) | |
tree | bf313b7b7278d82a07c7fc5a0e627d4643e43bd1 /version.h | |
parent | 2005-03-08 Jakub Jelinek <jakub@redhat.com> (diff) | |
download | glibc-8c97594786f19b93a46da46796dcb33d0fe33dc9.tar.xz glibc-8c97594786f19b93a46da46796dcb33d0fe33dc9.zip |
2005-04-05 Roland McGrath <roland@redhat.com>
* NEWS, version.h (VERSION): 2.3.5.
* README.template: Note incompatibility with GCC 4.
* README: Regenerated.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ #define RELEASE "stable" -#define VERSION "2.3.4" +#define VERSION "2.3.5" |