about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-01-02 19:22:24 +0000
committerUlrich Drepper <drepper@redhat.com>2009-01-02 19:22:24 +0000
commit623d0bf5040ea9bb783bbc6fbace8680b52533b0 (patch)
treedca7476852462774c0de39639dded5b9809e18ea
parentd36ad87147e3d23b066448f8a7e1d15f24a35cf4 (diff)
downloadglibc-623d0bf5040ea9bb783bbc6fbace8680b52533b0.tar.gz
glibc-623d0bf5040ea9bb783bbc6fbace8680b52533b0.tar.xz
glibc-623d0bf5040ea9bb783bbc6fbace8680b52533b0.zip
* version.h: Bump to 2.10 development.
-rw-r--r--ChangeLog2
-rw-r--r--version.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 72140fda4e..a7e2db017e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-01-02  Ulrich Drepper  <drepper@redhat.com>
 
+	* version.h: Bump to 2.10 development.
+
 	* posix/getconf.c: Update copyright year.
 	* nss/getent.c: Likewise.
 	* iconv/iconvconfig.c: Likewise.
diff --git a/version.h b/version.h
index 57fd137801..9700c37f8d 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.9"
+#define RELEASE "development"
+#define VERSION "2.9.90"