Open development for 2.17.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 3 Jul 2012 16:36:22 +0000 (16:36 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 3 Jul 2012 16:36:22 +0000 (16:36 +0000)
ChangeLog
NEWS
version.h

index 75dea02..e480f5a 100644 (file)
--- 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 a90d955..341501b 100644 (file)
--- 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.
 \f
+Version 2.17
+
+* The following bugs are resolved with this release:
+
+\f
 Version 2.16
 
 * The following bugs are resolved with this release:
index 25ae4f7..57b9ec2 100644 (file)
--- 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"