From: David S. Miller Date: Tue, 25 Dec 2012 09:23:43 +0000 (-0800) Subject: Open development for 2.18. X-Git-Tag: glibc-2.17.90^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8bfe7d6f22c4a599894846bf1715d93b295f53;p=thirdparty%2Fglibc.git Open development for 2.18. * version.h (RELEASE): Set to "development". (VERSION): Set to "2.17.90". * NEWS: Add 2.18 section. --- diff --git a/ChangeLog b/ChangeLog index dd86c27ced1..86350e36056 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-12-25 David S. Miller + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.17.90". + * NEWS: Add 2.18 section. + 2012-12-21 David S. Miller * po/hr.po: Update from translation team. diff --git a/NEWS b/NEWS index 3a155555d14..c00b55588cd 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.18 + +* The following bugs are resolved with this release: + Version 2.17 diff --git a/version.h b/version.h index 289177c01b6..7d9b681a043 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.17" +#define RELEASE "development" +#define VERSION "2.17.90"