Open development for 2.21

This commit is contained in:
Allan McRae 2014-09-08 09:22:55 +10:00
parent b8079dd0d3
commit 21c83793a2
2 changed files with 7 additions and 2 deletions

View File

@ -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".

View File

@ -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"