From 2c8bfe7d6f22c4a599894846bf1715d93b295f53 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Tue, 25 Dec 2012 01:23:43 -0800 Subject: Open development for 2.18. * version.h (RELEASE): Set to "development". (VERSION): Set to "2.17.90". * NEWS: Add 2.18 section. --- ChangeLog | 6 ++++++ NEWS | 5 +++++ version.h | 4 ++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd86c27ced..86350e3605 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 3a155555d1..c00b55588c 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.18 + +* The following bugs are resolved with this release: + Version 2.17 diff --git a/version.h b/version.h index 289177c01b..7d9b681a04 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" -- cgit 1.4.1