From: Ulrich Drepper Date: Thu, 12 Nov 2009 16:46:19 +0000 (-0800) Subject: Start 2.12 development. X-Git-Tag: fedora/glibc-2.11.90-1~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24c0bf7a76ecec65aca0dbce1f7ebb8f68425dc2;p=thirdparty%2Fglibc.git Start 2.12 development. --- diff --git a/ChangeLog b/ChangeLog index 49c2e08a4a6..743121f7ad7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-11-12 Ulrich Drepper + + * version.h: Bump for 2.12 development. + 2009-11-10 Andreas Schwab * resolv/mapv4v6hostent.h (map_v4v6_hostent): Return non-zero if diff --git a/version.h b/version.h index e44ecd4a193..db60a0c44e7 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.11" +#define RELEASE "development" +#define VERSION "2.11.90"