about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-07-03 16:36:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-07-03 16:36:22 +0000
commit370ca3d2ad893fe5ec2201f473240c74dac77eb0 (patch)
treea18609bc680d052331b2d07e62a6bb2e155a111d
parente84eabb3871c9b39e59323bf3f6b98c2ca9d1cd0 (diff)
downloadglibc-370ca3d2ad893fe5ec2201f473240c74dac77eb0.tar.gz
glibc-370ca3d2ad893fe5ec2201f473240c74dac77eb0.tar.xz
glibc-370ca3d2ad893fe5ec2201f473240c74dac77eb0.zip
Open development for 2.17.
-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"