From b8079dd0d360648e4e8de48656c5c38972621072 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sun, 7 Sep 2014 18:09:09 +1000 Subject: [PATCH] Update version.h and include/features.h for 2.20 release --- ChangeLog | 4 ++++ include/features.h | 2 +- version.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5c3848bfcc..f34342814e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-09-07 Allan McRae = ((maj) << 16) + (min)) diff --git a/version.h b/version.h index 8cb9f1264c..d7b19ec8ac 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" -#define VERSION "2.19.90" +#define RELEASE "stable" +#define VERSION "2.20" -- 2.11.4.GIT