]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Open development for 2.19. glibc-2.18.90
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 fa588c9f9f32e5ae6ffdfd2781108ca76ddcce6f..07617d1897069da3b5c29156294972b6480151cf 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 b023c30242d409e0e3f9bff2d40ff1f0d7716427..3fd5027ca69c7885af8bcc6816a7d84f6367e933 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.19
+
+* The following bugs are resolved with this release:
+
 \f
 Version 2.18
 
index 7485c9e2cce126d9f32a19eb5407e91039a067b9..c88ab1cfba25baff5a8aa9c9fcfa7bcc5c2547e9 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"