diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index f34342814e..8dcc334930 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-09-08 Allan McRae <allan@archlinux.org> + + * version.h (RELEASE): Set to "development". + (VERSION): Set to "2.20.90" + 2014-09-07 Allan McRae <allan@archlinux.org * version.h (RELEASE): Set to "stable". diff --git a/version.h b/version.h index d7b19ec8ac..bcc2e9fab6 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.20" +#define RELEASE "development" +#define VERSION "2.20.90" |