summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-02 11:47:48 +0000
committerJim Meyering <jim@meyering.net>2006-10-02 11:47:48 +0000
commitd2e7358a9be5b7f1b816e46f3a2cf151463f2208 (patch)
tree2851a71ebc8d11473cee081c89a6dbf813260280
parentd8086bc22032b86cde2a9fea39dfe2c81e21cd6b (diff)
downloadcoreutils-d2e7358a9be5b7f1b816e46f3a2cf151463f2208.tar.xz
* NEWS: Add a line for 6.4-cvs.
* configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix.
-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)