From 370ca3d2ad893fe5ec2201f473240c74dac77eb0 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Tue, 3 Jul 2012 16:36:22 +0000 Subject: Open development for 2.17. --- ChangeLog | 5 +++++ NEWS | 5 +++++ version.h | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 75dea027a4..e480f5a0d0 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 a90d95599d..341501b155 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 25ae4f7c10..57b9ec22c8 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" -- cgit 1.4.1