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 glibc-3858bf28a66f449cc2d815122032a60cf9bf793e.tar.xz glibc-3858bf28a66f449cc2d815122032a60cf9bf793e.zip |
* version.h (VERSION): 2.4 glibc-2.4 cvs/glibc-2_4 cvs/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
diff --git a/version.h b/version.h index 3eec34c09b..b25fae485e 100644 --- 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.3.91" +#define VERSION "2.4" |