Open development for 2.19.
authorDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2013 20:43:14 +0000 (13:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2013 20:43:14 +0000 (13:43 -0700)
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.18.90".
* NEWS: Add 2.19 section.

ChangeLog
NEWS
version.h

index fa588c9..07617d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-12  David S. Miller  <davem@davemloft.net>
+
+       * version.h (RELEASE): Set to "development".
+       (VERSION): Set to "2.18.90".
+       * NEWS: Add 2.19 section.
+
 2013-08-03  David S. Miller  <davem@davemloft.net>
 
        * po/ko.po: Update Korean translation from translation project.
diff --git a/NEWS b/NEWS
index b023c30..3fd5027 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.19
+
+* The following bugs are resolved with this release:
+
+\f
 Version 2.18
 
 * The following bugs are resolved with this release:
index 7485c9e..c88ab1c 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.18"
+#define RELEASE "development"
+#define VERSION "2.18.90"