]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* Version 6.0 [unstable].
authorJim Meyering <jim@meyering.net>
Tue, 15 Aug 2006 11:12:07 +0000 (11:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Aug 2006 11:12:07 +0000 (11:12 +0000)
* NEWS: Record the 6.0 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.

ChangeLog
NEWS
configure.ac

index c7288a652dfd5c5f006e6ab3dc94c556bccb5efe..921932625b5ad34571dc57a0cbaf3325d0db012e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-15  Jim Meyering  <jim@meyering.net>
+
+       * Version 6.0 [unstable].
+       * NEWS: Record the 6.0 release date.
+       * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
+
 2006-08-13  Jim Meyering  <jim@meyering.net>
 
        * src/shred.c (usage): Don't indent the second line of an item.
diff --git a/NEWS b/NEWS
index 916c774cabff2edbd42b48ce732fc0d925e04ace..39c88dcc37df7524c0517ff53fc4b9154dbf3d9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Major changes in release 6.0-cvs (2006-??-??) [unstable]
+* Major changes in release 6.0 (2006-08-15) [unstable]
 
 ** Improved robustness
 
index 65888a82f8b719b0fbcfbfab8314fad3f404f43f..19dc24a59e8282c45abe4a3a9521a5eb2e5f06aa 100644 (file)
@@ -19,7 +19,7 @@
 
 dnl Written by Jim Meyering.
 
-AC_INIT([GNU coreutils],[6.0-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.0],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)