diff options
author | Allan McRae <allan@archlinux.org> | 2014-09-08 09:22:55 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-09-08 09:22:55 +1000 |
commit | 21c83793a223666b8cfe438d81615941896b355c (patch) | |
tree | 4aca4d677737a9f11281eaab9bf5876517e47aaf /version.h | |
parent | b8079dd0d360648e4e8de48656c5c38972621072 (diff) | |
download | glibc-21c83793a223666b8cfe438d81615941896b355c.tar.gz glibc-21c83793a223666b8cfe438d81615941896b355c.tar.xz glibc-21c83793a223666b8cfe438d81615941896b355c.zip |
Open development for 2.21 glibc-2.20.90
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" |