diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-05-03 14:11:14 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-03 14:11:14 -0700 |
commit | e28c88707ef0529593fccedf1a94c3fce3df0ef3 (patch) | |
tree | d454699e104708c21d0b159fceb3c20a16e7cdb9 /version.h | |
parent | 7dee26605bf8627f0673f81635c38c8a565dd2b7 (diff) | |
download | glibc-e28c88707ef0529593fccedf1a94c3fce3df0ef3.tar.gz glibc-e28c88707ef0529593fccedf1a94c3fce3df0ef3.tar.xz glibc-e28c88707ef0529593fccedf1a94c3fce3df0ef3.zip |
Prepare for release. glibc-2.12
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 db60a0c44e..02cc48871a 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.11.90" +#define RELEASE "stable" +#define VERSION "2.12" |