diff options
author | 2014-09-07 18:09:09 +1000 | |
---|---|---|
committer | 2014-09-07 18:09:09 +1000 | |
commit | b8079dd0d360648e4e8de48656c5c38972621072 (patch) | |
tree | 9c72147318666c5800205c89f5d045d7e3b76e9f /version.h | |
parent | Update contrib.texi (diff) | |
download | glibc-2.20.tar.xz glibc-2.20.zip |
Update version.h and include/features.h for 2.20 releaseglibc-2.20
Diffstat (limited to 'version.h')
-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 "development" -#define VERSION "2.19.90" +#define RELEASE "stable" +#define VERSION "2.20" |