summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 755e18544..31f0d6aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-20 Jim Meyering <jim@meyering.net>
+
+ * NEWS: Add a line for 6.2-cvs.
+ * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix.
+
2006-08-19 Jim Meyering <jim@meyering.net>
* Version 6.1.
diff --git a/NEWS b/NEWS
index 8ebb78fbc..f56565c99 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
GNU coreutils NEWS -*- outline -*-
+* Major changes in release 6.2 (2006-??-??) [unstable]
+
+
* Major changes in release 6.1 (2006-08-19) [unstable]
** Changes in behavior
diff --git a/configure.ac b/configure.ac
index 9ec26d260..a621491b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
dnl Written by Jim Meyering.
-AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.2-cvs],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)