]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 034a6d618bb5d057836e742b4aee210572a1d27e..d1ed0aa0f07837fd5a97d9cc047317384679dc78 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 16fe151ff9d4c97790f9199b7c5eb71183df022f..0fa7675b964978e9794e2e67805fbe7fcb0434e4 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 cab46a2ed8b0593298cfbd9a693d6719a359e493..b441256db5bbc3a97b03bc821f65a22d615cf7ae 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)