* NEWS: Record the 6.4 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
2006-10-22 Jim Meyering <jim@meyering.net>
+ Version 6.4.
+
+ * NEWS: Record the 6.4 release date.
+ * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
+
* Makefile.maint: Complete the adaptation to function with a working
directory that is using git (rather than cvs) for version control.
GNU coreutils NEWS -*- outline -*-
-* Major changes in release 6.4-cvs (2006-??-??) [?????]
+* Major changes in release 6.4-cvs (2006-10-22) [stable]
** Bug fixes
dnl Written by Jim Meyering.
AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.4-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.4],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)