From: David S. Miller Date: Mon, 12 Aug 2013 20:43:14 +0000 (-0700) Subject: Open development for 2.19. X-Git-Tag: glibc-2.18.90^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c1fd795711bb510cffaab5ad2ab2739bb8db210;p=thirdparty%2Fglibc.git Open development for 2.19. * version.h (RELEASE): Set to "development". (VERSION): Set to "2.18.90". * NEWS: Add 2.19 section. --- diff --git a/ChangeLog b/ChangeLog index fa588c9f9f3..07617d18970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-08-12 David S. Miller + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.18.90". + * NEWS: Add 2.19 section. + 2013-08-03 David S. Miller * po/ko.po: Update Korean translation from translation project. diff --git a/NEWS b/NEWS index b023c30242d..3fd5027ca69 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,11 @@ See the end for copying conditions. Please send GNU C library bug reports via using `glibc' in the "product" field. + +Version 2.19 + +* The following bugs are resolved with this release: + Version 2.18 diff --git a/version.h b/version.h index 7485c9e2cce..c88ab1cfba2 100644 --- 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"