summary refs log tree commit diff
diff options
context:
space:
mode:
-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 81c393aa08..a2967ac884 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-07  Allan McRae  <allan@archlinux.org>
+
+	* version.h (RELEASE): Set to "development".
+	(VERSION): Set to "2.19.90"
+	* NEWS: Add 2.20 section.
+
 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #16529]
diff --git a/NEWS b/NEWS
index 98b479e94c..f39998b994 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.20
+
+* The following bugs are resolved with this release:
+
+
 Version 2.19
 
 * The following bugs are resolved with this release:
diff --git a/version.h b/version.h
index e399849578..8cb9f1264c 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.19"
+#define RELEASE "development"
+#define VERSION "2.19.90"