From: David S. Miller Date: Tue, 25 Dec 2012 09:23:43 +0000 (-0800) Subject: Open development for 2.18. X-Git-Tag: upstream/2.30~9747 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c8bfe7d6f22c4a599894846bf1715d93b295f53;p=external%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 dd86c27..86350e3 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 3a15555..c00b555 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,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 * The following bugs are resolved with this release: diff --git a/version.h b/version.h index 289177c..7d9b681 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"