]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Version 6.9. COREUTILS-6_9 v6.9
authorJim Meyering <jim@meyering.net>
Thu, 22 Mar 2007 21:20:02 +0000 (22:20 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 22 Mar 2007 21:20:02 +0000 (22:20 +0100)
* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.

ChangeLog
NEWS
configure.ac

index 1648c16767491a7b94acb32ad307594e14a5cd40..034a6d618bb5d057836e742b4aee210572a1d27e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-03-22  Jim Meyering  <jim@meyering.net>
 
+       Version 6.9.
+       * NEWS: Record release date and new version number.
+       * configure.ac (AC_INIT): New version number.
+
        * tests/mv/hard-3: Correct the preceding change: $3 -> $2.
 
 2007-03-22  Paul Eggert  <eggert@cs.ucla.edu>
diff --git a/NEWS b/NEWS
index 4efb18f213097ec47785bcecc6550de5d6d5176a..16fe151ff9d4c97790f9199b7c5eb71183df022f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Noteworthy changes in release 6.8+ (????-??-??) [not-unstable]
+* Noteworthy changes in release 6.9 (2007-03-22) [stable]
 
 ** Bug fixes
 
index 0895aa3ca9ca7f541db9b674b926566d201d5141..cab46a2ed8b0593298cfbd9a693d6719a359e493 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.61)
-AC_INIT([GNU coreutils],[6.8+],[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)