* NEWS: Record the 6.1 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
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
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
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)