diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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. @@ -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" |