Open development for 2.17.

This commit is contained in:
Joseph Myers 2012-07-03 16:36:22 +00:00
parent e84eabb387
commit 370ca3d2ad
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-07-03 Joseph Myers <joseph@codesourcery.com>
* version.h (RELEASE): Set to "development".
(VERSION): Set to "2.16.90".
2012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
* NEWS: Update copyright. Remove last-updated date.

5
NEWS
View File

@ -4,6 +4,11 @@ See the end for copying conditions.
Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
using `glibc' in the "product" field.
Version 2.17
* The following bugs are resolved with this release:
Version 2.16

View File

@ -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"