diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-08-05 02:42:21 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-08-05 02:42:21 -0400 |
commit | 78bd7499af46d739ce94410eaeea006e874ca9e5 (patch) | |
tree | 2c63b7654538a03ec1488ff3abef3890c86e4a38 /version.h | |
parent | 0d261f406d7c8f70b4ad7ca7d9247da1db3dfb41 (diff) | |
download | glibc-78bd7499af46d739ce94410eaeea006e874ca9e5.tar.gz glibc-78bd7499af46d739ce94410eaeea006e874ca9e5.tar.xz glibc-78bd7499af46d739ce94410eaeea006e874ca9e5.zip |
Update version.h and include/features.h for 2.22 release glibc-2.22
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 1ee485688f..b20e5c4cb1 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.21.90" +#define RELEASE "stable" +#define VERSION "2.22" |