]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Open development for 2.18. glibc-2.17.90
authorDavid S. Miller <davem@davemloft.net>
Tue, 25 Dec 2012 09:23:43 +0000 (01:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Dec 2012 09:23:43 +0000 (01:23 -0800)
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.17.90".
* NEWS: Add 2.18 section.

ChangeLog
NEWS
version.h

index dd86c27ced17b49661c34394defcd3655a69ad88..86350e36056c61baeeb2d11cf56d6a5afa8bc560 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-25  David S. Miller  <davem@davemloft.net>
+
+       * version.h (RELEASE): Set to "development".
+       (VERSION): Set to "2.17.90".
+       * NEWS: Add 2.18 section.
+
 2012-12-21  David S. Miller  <davem@davemloft.net>
 
        * po/hr.po: Update from translation team.
diff --git a/NEWS b/NEWS
index 3a155555d14cbfb3717d5ef0658653f9c5331ad2..c00b55588cd1a456cce803531c065da779d51173 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://sourceware.org/bugzilla/>
 using `glibc' in the "product" field.
+\f
+Version 2.18
+
+* The following bugs are resolved with this release:
+
 \f
 Version 2.17
 
index 289177c01b6ae31df3b9beb02dd313de9b0c1de0..7d9b681a0437936529c4de419f60bca3f7bed1ad 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.17"
+#define RELEASE "development"
+#define VERSION "2.17.90"