diff options
author | David S. Miller <davem@davemloft.net> | 2012-12-24 19:02:13 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-24 19:02:13 -0800 |
commit | c758a6861537815c759cba2018a3b1abb1943842 (patch) | |
tree | 3ab61b00fa58339d2c2984acdde9a6e7b49b9dda /version.h | |
parent | 2bc2d8e82350d451426c6b4fe5ab116f9fc3c205 (diff) | |
download | glibc-c758a6861537815c759cba2018a3b1abb1943842.tar.gz glibc-c758a6861537815c759cba2018a3b1abb1943842.tar.xz glibc-c758a6861537815c759cba2018a3b1abb1943842.zip |
Update version.h and include/features.h for 2.17 release. glibc-2.17
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 57b9ec22c8..289177c01b 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "development" -#define VERSION "2.16.90" +#define RELEASE "stable" +#define VERSION "2.17" |