]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 75dea027a45db7fdf556e1c545cf50047f675dc1..e480f5a0d0ba67878c1355d30e1b16bfd5864281 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 a90d95599d3be984b92000496da9932aa0cdadb5..341501b155c17a93dc7ee5bac4d62d3ec6ef1ba9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,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
 
index 25ae4f7c106b0515c93865470390238dea99f7fc..57b9ec22c80ea312c9203bc53d85eb925a38b923 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"