From: Allan McRae Date: Sun, 7 Sep 2014 08:09:09 +0000 (+1000) Subject: Update version.h and include/features.h for 2.20 release X-Git-Tag: glibc-2.20^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8079dd0d360648e4e8de48656c5c38972621072;p=thirdparty%2Fglibc.git Update version.h and include/features.h for 2.20 release --- diff --git a/ChangeLog b/ChangeLog index 5c3848bfccb..f34342814eb 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 8cb9f1264c1..d7b19ec8ace 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"