summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS5
-rw-r--r--version.h4
3 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 75dea027a4..e480f5a0d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-03 Joseph Myers <joseph@codesourcery.com>
+
+ * version.h (RELEASE): Set to "development".
+ (VERSION): Set to "2.16.90".
+
2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
* NEWS: Update copyright. Remove last-updated date.
diff --git a/NEWS b/NEWS
index a90d95599d..341501b155 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
using `glibc' in the "product" field.
+Version 2.17
+
+* The following bugs are resolved with this release:
+
+
Version 2.16
* The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index 25ae4f7c10..57b9ec22c8 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.16"
+#define RELEASE "development"
+#define VERSION "2.16.90"