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 | |
parent | 1a7f254b4b0590bfab1baa1400705265b1b23b97 (diff) | |
download | glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.tar glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.tar.gz glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.tar.bz2 glibc-dc50b6137ec8cb0746dc111d22f171f65755bf6b.zip |
Version info change for 2.11 development.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2009-05-15 Ulrich Drepper <drepper@redhat.com> + * version.h: Bump for 2.11 development. + * elf/check-execstack.c: New file. * elf/Makefile: Add rules to build and run check-execstack. @@ -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" |