From: Ulrich Drepper Date: Sat, 24 Dec 2011 03:54:13 +0000 (-0500) Subject: Start 2.16 development X-Git-Tag: glibc-2.16-tps~1127^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90fa7312770b1caca8843a55a9c3825585aac140;p=platform%2Fupstream%2Fglibc.git Start 2.16 development --- diff --git a/ChangeLog b/ChangeLog index 98c2c02..eee573c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -28,6 +28,8 @@ 2011-12-23 Ulrich Drepper + * version.h: Update for 2.15 development version. + [BZ #13526] * include/features.h: Handle __STDC_VERSION__ >= 201112 and _ISOC11_SOURCE. diff --git a/version.h b/version.h index 1dac425..f400088 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.15" +#define RELEASE "development" +#define VERSION "2.15.90"