From: Jim Meyering Date: Thu, 23 Nov 2006 00:12:22 +0000 (+0100) Subject: * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. X-Git-Tag: COREUTILS-6_7~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3ae3e808582a5fdf6bc01ad71b9845f9f4bbf0a;p=thirdparty%2Fcoreutils.git * configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre. --- diff --git a/ChangeLog b/ChangeLog index fde0d84fa5..2cf3914854 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 10738db93b..c244f99aa7 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)