diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-23 22:54:13 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:20 -0500 |
commit | 90fa7312770b1caca8843a55a9c3825585aac140 (patch) | |
tree | 3ae4685ad843261e9bf4beb5a81292750a14af6f | |
parent | 8d44e1508660d4195146730541876147013d484f (diff) | |
download | glibc-90fa7312770b1caca8843a55a9c3825585aac140.tar.gz glibc-90fa7312770b1caca8843a55a9c3825585aac140.tar.xz glibc-90fa7312770b1caca8843a55a9c3825585aac140.zip |
Start 2.16 development
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 98c2c02325..eee573cc3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/version.h b/version.h index 1dac42529b..f400088b35 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" |