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. --- version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.h') diff --git a/version.h b/version.h index 289177c..7d9b681 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 v1.1