summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--version.h4
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"