summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fde0d84fa..2cf391485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-23 Jim Meyering <jim@meyering.net>
+
+ * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre.
+
2006-11-22 Jim Meyering <jim@meyering.net>
* announce-gen (print_news_deltas): Fix silly, but harmless typo:
diff --git a/configure.ac b/configure.ac
index 10738db93..c244f99aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
dnl Written by Jim Meyering.
AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.7-pre],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)