From a3ae3e808582a5fdf6bc01ad71b9845f9f4bbf0a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 23 Nov 2006 01:12:22 +0100 Subject: * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fde0d84fa..2cf391485 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-23 Jim Meyering + + * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. + 2006-11-22 Jim Meyering * 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) -- cgit v1.2.3-54-g00ecf