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 | |
parent | 3a4e060900bc27f204c20f4102874d7e11eb3cdc (diff) | |
download | glibc-ffb15bc0aa3de7767c9396f415e2b752ebc04923.zip glibc-ffb15bc0aa3de7767c9396f415e2b752ebc04923.tar.gz glibc-ffb15bc0aa3de7767c9396f415e2b752ebc04923.tar.bz2 |
* version.h (VERSION): Bump to 2.5.90 for new development tree.cvs/fedora-glibc-2_5-20061008T1257cvs/fedora-glibc-2_5-20061008T1253
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | version.h | 4 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2006-10-06 Ulrich Drepper <drepper@redhat.com> + + * version.h (VERSION): Bump to 2.5.90 for new development tree. + 2006-10-06 Andreas Jaeger <aj@suse.de> * include/features.h (__GLIBC_MINOR__): It's glibc 2.5 now. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 37a792a..7930f13 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2006-10-05 Dmitry V. Levin <ldv@altlinux.org> + + * locales/tt_RU: Fix territory, title and descriptive comment. + 2006-10-05 Ulrich Drepper <drepper@redhat.com> * locales/pa_IN (abday): Fix spelling of Sunday. @@ -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" |