diff options
author | Roland McGrath <roland@gnu.org> | 2006-03-06 10:59:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-03-06 10:59:43 +0000 |
commit | 3858bf28a66f449cc2d815122032a60cf9bf793e (patch) | |
tree | 280ca2fcf92f8a2b01f7d5c1aaeef093c21954e1 /version.h | |
parent | 6f920003899406055edfeb403989ce9215b34068 (diff) | |
download | glibc-3858bf28a66f449cc2d815122032a60cf9bf793e.tar.gz |
* version.h (VERSION): 2.4glibc-2.4cvs/glibc-2_4cvs/fedora-glibc-20060306T1239
* README.template: Update for 2.4.
* README: Regenerated.
* manual/install.texi (Configuring and compiling): Separate build
directory is mandatory. Use glibc-2.4 in example.
Update --enable-add-ons description.
(Supported Configurations): Remove section.
* INSTALL: 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 "development" -#define VERSION "2.3.91" +#define VERSION "2.4" |