Open development for 2.23.
authorCarlos O'Donell <carlos@systemhalted.org>
Wed, 5 Aug 2015 07:01:50 +0000 (03:01 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 5 Aug 2015 07:01:50 +0000 (03:01 -0400)
ChangeLog
version.h

index cb9124e..4bbad33 100644 (file)
--- 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.
index b20e5c4..a677f9e 100644 (file)
--- 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"