Post-release version change.
authorJim Meyering <jim@meyering.net>
Fri, 23 Mar 2007 07:22:35 +0000 (08:22 +0100)
committerJim Meyering <jim@meyering.net>
Fri, 23 Mar 2007 07:22:35 +0000 (08:22 +0100)
* NEWS: Add a line for 6.9+.
* configure.ac (AC_INIT): Set new version string.

ChangeLog
NEWS
configure.ac

index 034a6d6..d1ed0aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-03-22  Jim Meyering  <jim@meyering.net>
 
+       Post-release version change.
+       * NEWS: Add a line for 6.9+.
+       * configure.ac (AC_INIT): Set new version string.
+
        Version 6.9.
        * NEWS: Record release date and new version number.
        * configure.ac (AC_INIT): New version number.
diff --git a/NEWS b/NEWS
index 16fe151..0fa7675 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Noteworthy changes in release 6.9+ (????-??-??) [stable]
+
+
 * Noteworthy changes in release 6.9 (2007-03-22) [stable]
 
 ** Bug fixes
index cab46a2..b441256 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU coreutils],[6.9],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.9+],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)