2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

Version info change for 2.11 development.

This commit is contained in:
Ulrich Drepper 2009-05-15 10:24:57 -07:00
parent 1a7f254b4b
commit dc50b6137e
2 changed files with 4 additions and 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"