diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-31 00:12:33 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-31 00:12:33 -0400 |
commit | 356f8bc660a154a07b03da7c536831da5c8f74fe (patch) | |
tree | d1e550124ee36b8b62af8984e4b829622a60f725 /version.h | |
parent | 5b27a807d596398f813ad17651808c30a8e2bff4 (diff) | |
download | glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.tar.gz glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.tar.xz glibc-356f8bc660a154a07b03da7c536831da5c8f74fe.zip |
2.14 release glibc-2.14
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 b6f9fcc4b5..a5408b322a 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.13.90" +#define RELEASE "stable" +#define VERSION "2.14" |