From: Joseph Myers Date: Tue, 3 Jul 2012 16:36:22 +0000 (+0000) Subject: Open development for 2.17. X-Git-Tag: glibc-2.17~878 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=370ca3d2ad893fe5ec2201f473240c74dac77eb0;p=thirdparty%2Fglibc.git Open development for 2.17. --- diff --git a/ChangeLog b/ChangeLog index 75dea027a45..e480f5a0d0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-07-03 Joseph Myers + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.16.90". + 2012-06-30 Carlos O'Donell * NEWS: Update copyright. Remove last-updated date. diff --git a/NEWS b/NEWS index a90d95599d3..341501b155c 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.17 + +* The following bugs are resolved with this release: + Version 2.16 diff --git a/version.h b/version.h index 25ae4f7c106..57b9ec22c80 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.16" +#define RELEASE "development" +#define VERSION "2.16.90"