Start 2.16 development

This commit is contained in:
Ulrich Drepper 2011-12-23 22:54:13 -05:00
parent 8d44e15086
commit 90fa731277
2 changed files with 4 additions and 2 deletions

View File

@ -28,6 +28,8 @@
2011-12-23 Ulrich Drepper <drepper@gmail.com>
* version.h: Update for 2.15 development version.
[BZ #13526]
* include/features.h: Handle __STDC_VERSION__ >= 201112 and
_ISOC11_SOURCE.

View File

@ -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"