diff options
author | Allan McRae <allan@archlinux.org> | 2014-02-08 08:10:29 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-08 08:10:29 +1000 |
commit | d5b396c1c89ed3026fc89bfcdd72b14d59972e45 (patch) | |
tree | 739c039945205050c0e42129810aec990c43ebf7 /version.h | |
parent | 9a869d822025be8e43b78234997b10bf0cf9d859 (diff) | |
download | glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.tar.gz glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.tar.xz glibc-d5b396c1c89ed3026fc89bfcdd72b14d59972e45.zip |
Open development for 2.20 glibc-2.19.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 e399849578..8cb9f1264c 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.19" +#define RELEASE "development" +#define VERSION "2.19.90" |