diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-02-06 02:03:41 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-02-06 02:03:41 -0500 |
commit | d5a8b70560cf758218c13bef6f1dd93ce216424f (patch) | |
tree | 21c19a9fdaf1fd378c2d3b802fc4caaf668b9250 | |
parent | 4e42b5b8f89f0e288e68be7ad70f9525aebc2cff (diff) | |
download | glibc-d5a8b70560cf758218c13bef6f1dd93ce216424f.tar.gz glibc-d5a8b70560cf758218c13bef6f1dd93ce216424f.tar.xz glibc-d5a8b70560cf758218c13bef6f1dd93ce216424f.zip |
Open development for 2.22. glibc-2.21.90
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.h b/version.h index 0efd3557e3..1ee485688f 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.21" +#define RELEASE "development" +#define VERSION "2.21.90" |