diff options
author | 2015-02-06 02:03:41 -0500 | |
---|---|---|
committer | 2015-02-06 02:03:41 -0500 | |
commit | d5a8b70560cf758218c13bef6f1dd93ce216424f (patch) | |
tree | 21c19a9fdaf1fd378c2d3b802fc4caaf668b9250 | |
parent | Update version.h and include/features.h for 2.21 release (diff) | |
download | glibc-2.21.90.tar.xz glibc-2.21.90.zip |
Open development for 2.22.glibc-2.21.90
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.21" +#define RELEASE "development" +#define VERSION "2.21.90" |