]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre.
authorJim Meyering <jim@meyering.net>
Thu, 23 Nov 2006 00:12:22 +0000 (01:12 +0100)
committerJim Meyering <jim@meyering.net>
Thu, 23 Nov 2006 00:12:22 +0000 (01:12 +0100)
ChangeLog
configure.ac

index fde0d84fa5bd0242322580a7205526caf9c15a74..2cf3914854766c28e7fcfcd7da5118d09062a12f 100644 (file)
--- 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:
index 10738db93bdb971f42ad2414d94ff9e8cfabde75..c244f99aa7fea5609d18d44935a0d10422f14378 100644 (file)
@@ -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)