From: Allan McRae Date: Fri, 7 Feb 2014 22:10:29 +0000 (+1000) Subject: Open development for 2.20 X-Git-Tag: glibc-2.19.90^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5b396c1c89ed3026fc89bfcdd72b14d59972e45;p=thirdparty%2Fglibc.git Open development for 2.20 --- diff --git a/ChangeLog b/ChangeLog index 81c393aa083..a2967ac884d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-02-07 Allan McRae + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.19.90" + * NEWS: Add 2.20 section. + 2014-02-06 Carlos O'Donell [BZ #16529] diff --git a/NEWS b/NEWS index 98b479e94cd..f39998b994b 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.20 + +* The following bugs are resolved with this release: + Version 2.19 diff --git a/version.h b/version.h index e3998495785..8cb9f1264c1 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.19" +#define RELEASE "development" +#define VERSION "2.19.90"