diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 10:24:57 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-05-15 10:24:57 -0700 |
commit | 69710097952cf6c86219093d81b4ffbb7c4e10d5 (patch) | |
tree | b2756ffe1c6baf82c88cab5d000c6155eff37c0f | |
parent | b1e74e1d80593ae1f2ed39f9d7eb37199205f774 (diff) | |
download | glibc-69710097952cf6c86219093d81b4ffbb7c4e10d5.tar.gz glibc-69710097952cf6c86219093d81b4ffbb7c4e10d5.tar.xz glibc-69710097952cf6c86219093d81b4ffbb7c4e10d5.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
diff --git a/ChangeLog b/ChangeLog index cb52b49da4..d976903bb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. 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" |