summary refs log tree commit diff
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-08-05 03:01:50 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-08-05 03:01:50 -0400
commit1b15ff4810748abee11b949e6faa115f3f2d20f4 (patch)
tree64080e09052e687b23f5981c346ddcd860cfa7a7
parent78bd7499af46d739ce94410eaeea006e874ca9e5 (diff)
downloadglibc-2.22.90.tar.gz
glibc-2.22.90.tar.xz
glibc-2.22.90.zip
Open development for 2.23. glibc-2.22.90
-rw-r--r--ChangeLog3
-rw-r--r--version.h4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cb9124e4e6..4bbad33442 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-08-05  Carlos O'Donell  <carlos@systemhalted.org>
 
+	* version.h (RELEASE): Set to "development".
+	(VERSION): Set to "2.22.90"
+
 	* version.h (RELEASE): Set to "stable".
 	(VERSION): Set to "2.22"
 	* include/features.h (__GLIBC_MINOR__): Set to 22.
diff --git a/version.h b/version.h
index b20e5c4cb1..a677f9e551 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.22"
+#define RELEASE "development"
+#define VERSION "2.22.90"