about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--version.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5940c4d717..c029cfba28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2008-11-13  Ulrich Drepper  <drepper@redhat.com>
 
+	* version.h: Bump for 2.9 release.
+
 	[BZ #7029]
 	* sysdeps/unix/sysv/linux/bits/sched.h (__CPU_ALLOC_SIZE):
 	Multiply with sizeof of __cpu_mask, not 8 unconditionally after
diff --git a/version.h b/version.h
index 4bb7ab359c..57fd137801 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.8.90"
+#define RELEASE "stable"
+#define VERSION "2.9"