diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 10:24:57 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 19:37:12 -0700 |
commit | dc50b6137ec8cb0746dc111d22f171f65755bf6b (patch) | |
tree | b2756ffe1c6baf82c88cab5d000c6155eff37c0f /version.h | |
parent | 1a7f254b4b0590bfab1baa1400705265b1b23b97 (diff) | |
download | glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.tar.gz glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.tar.xz glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.zip |
Version info change for 2.11 development.
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 f169c6a0fa..9b2e14c191 100644 --- a/version.h +++ b/version.h @@ -1,4 +1,4 @@ /* This file just defines the current version number of libc. */ -#define RELEASE "stable" -#define VERSION "2.10.1" +#define RELEASE "development" +#define VERSION "2.10.90" |