* NEWS: Add a line for 6.4-cvs.
authorJim Meyering <jim@meyering.net>
Mon, 2 Oct 2006 11:47:48 +0000 (11:47 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Oct 2006 11:47:48 +0000 (11:47 +0000)
* configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix.

ChangeLog
NEWS
configure.ac

index f82bf80eec3072ca05dc493c6d2ec7b5bc3efe39..0fa5d5d442398418779ac773a7ca7c5827b7d028 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
        * bootstrap: Undo last change to this file, since now gnulib-tool
        sticks with the automake default in generating dependencies.
 
+       * NEWS: Add a line for 6.4-cvs.
+       * configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix.
+
 2006-09-30  Jim Meyering  <jim@meyering.net>
 
        Version 6.3.
diff --git a/NEWS b/NEWS
index a603b5bcc9326e28a22586418e6b1175d61222a2..f15feff2be060e927e92f7a26b22a6ea553457aa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Major changes in release 6.4-cvs (2006-??-??) [?????]
+
+
 * Major changes in release 6.3 (2006-09-30) [stable]
 
 ** Improved robustness
index b1055e2f759f27020a1b9edc6cd78d288037f26d..87eea8e5c55e32ba8e86218e75ed369bd1da5abe 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.3],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.4-cvs],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)