diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 23:34:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-17 23:34:07 -0500 |
commit | 6392473fe970b0cdace62f31000a83ba0fcf6161 (patch) | |
tree | a1624c51222177d47b3ddd0ba89e305436d10b5c /version.h | |
parent | 620a05296fe3380b7441ba7720e8b25c48a8c28c (diff) | |
download | glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.tar.gz glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.tar.xz glibc-6392473fe970b0cdace62f31000a83ba0fcf6161.zip |
2.13 release glibc-2.13
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 8d57545001..7cc6162c1c 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.12.90" +#define RELEASE "stable" +#define VERSION "2.13" |