summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-12-25 01:23:43 -0800
committerDavid S. Miller <davem@davemloft.net>2012-12-25 01:23:43 -0800
commit2c8bfe7d6f22c4a599894846bf1715d93b295f53 (patch)
tree1834f2d6084fadf432d13c41416e5e135c2a3c08
parentc758a6861537815c759cba2018a3b1abb1943842 (diff)
Open development for 2.18.
* version.h (RELEASE): Set to "development". (VERSION): Set to "2.17.90". * NEWS: Add 2.18 section.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS5
-rw-r--r--version.h4
3 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dd86c27ced..86350e3605 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-25 David S. Miller <davem@davemloft.net>
+
+ * version.h (RELEASE): Set to "development".
+ (VERSION): Set to "2.17.90".
+ * NEWS: Add 2.18 section.
+
2012-12-21 David S. Miller <davem@davemloft.net>
* po/hr.po: Update from translation team.
diff --git a/NEWS b/NEWS
index 3a155555d1..c00b55588c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
Please send GNU C library bug reports via <http://sourceware.org/bugzilla/>
using `glibc' in the "product" field.
+Version 2.18
+
+* The following bugs are resolved with this release:
+
+
Version 2.17
* The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index 289177c01b..7d9b681a04 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.17"
+#define RELEASE "development"
+#define VERSION "2.17.90"