summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5bad2fb3..33519e7a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-08-19 Jim Meyering <jim@meyering.net>
+ * Version 6.1.
+ * NEWS: Record the 6.1 release date.
+ * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
+
Avoid test failure when `make check' is run through debuild.
* tests/help-version: Ensure that $SHELL is set to some value
and exported. Patch from Sven Joachim. For details, see
diff --git a/NEWS b/NEWS
index b96e19697..d05347a8a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU coreutils NEWS -*- outline -*-
-* Major changes in release 6.1-cvs (2006-??-??) [unstable]
+* Major changes in release 6.1-cvs (2006-08-19) [unstable]
** Changes in behavior
diff --git a/configure.ac b/configure.ac
index 70c9ede10..9ec26d260 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
dnl Written by Jim Meyering.
-AC_INIT([GNU coreutils],[6.1-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)