* NEWS: Add a line for 6.8-dirty.
* configure.ac (AC_INIT): Set new version string.
+2006-12-08 Jim Meyering <jim@meyering.net>
+
+ Post-release version change.
+ * NEWS: Add a line for 6.8-dirty.
+ * configure.ac (AC_INIT): Set new version string.
+
2006-12-07 Jim Meyering jim@meyering.net
Version 6.7.
GNU coreutils NEWS -*- outline -*-
+* Noteworthy changes in release 6.8-dirty (????-??-??) [stable]
+
+
* Noteworthy changes in release 6.7 (2006-12-08) [stable]
** Bug fixes
dnl Written by Jim Meyering.
AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.7],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.8-dirty],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)