Open development for 2.18.
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 dd86c27..86350e3 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 3a15555..c00b555 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://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
 
 * The following bugs are resolved with this release:
index 289177c..7d9b681 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"