diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-06 16:30:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-06 16:30:22 +0000 |
commit | ffb15bc0aa3de7767c9396f415e2b752ebc04923 (patch) | |
tree | 1abcb16ba7285e8aa66fc662af39c6bba6c6ee12 /version.h | |
parent | 3a4e060900bc27f204c20f4102874d7e11eb3cdc (diff) | |
download | glibc-ffb15bc0aa3de7767c9396f415e2b752ebc04923.tar.gz glibc-ffb15bc0aa3de7767c9396f415e2b752ebc04923.tar.xz glibc-ffb15bc0aa3de7767c9396f415e2b752ebc04923.zip |
* version.h (VERSION): Bump to 2.5.90 for new development tree. cvs/fedora-glibc-2_5-20061008T1257 cvs/fedora-glibc-2_5-20061008T1253
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index 33b17603fa..acd0ed11eb 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.5" +#define RELEASE "development" +#define VERSION "2.5.90" |