summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f82bf80ee..0fa5d5d44 100644
--- 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 a603b5bcc..f15feff2b 100644
--- 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
diff --git a/configure.ac b/configure.ac
index b1055e2f7..87eea8e5c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)