Open development for 2.19.

* version.h (RELEASE): Set to "development".
	(VERSION): Set to "2.18.90".
	* NEWS: Add 2.19 section.
This commit is contained in:
David S. Miller 2013-08-12 13:43:14 -07:00
parent eefa3be8e4
commit 6c1fd79571
3 changed files with 13 additions and 2 deletions

View File

@ -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.

5
NEWS
View File

@ -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.
Version 2.19
* The following bugs are resolved with this release:
Version 2.18

View File

@ -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"