diff options
-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" |