]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Post-release version change.
authorJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 15:15:02 +0000 (16:15 +0100)
committerJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 15:15:02 +0000 (16:15 +0100)
* NEWS: Add a line for 6.7-pre.
* configure.ac (AC_INIT): Bump to 6.7 and add "-pre" suffix.

ChangeLog
NEWS
configure.ac

index 004176ef0bc842cd94249eb33fdde4ede0637a5b..bd8e4ffaf52b8470ccc7f191aee1399c8901b36a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-11-22  Jim Meyering  <jim@meyering.net>
 
+       Post-release version change.
+       * NEWS: Add a line for 6.7-pre.
+       * configure.ac (AC_INIT): Bump to 6.7 and add "-pre" suffix.
+
        Version 6.6.
        * NEWS: Record release date.  Remove "-pre" suffix.
        * configure.ac (AC_INIT): Remove "-pre" suffix from version string.
diff --git a/NEWS b/NEWS
index a34355985ff80c8125519c13b79cafeb6b5cfa0d..3493041a43fd282ac9db7771c8465289ae57a75f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Noteworthy changes in release 6.7-pre (????-??-??) [?]
+
+
 * Noteworthy changes in release 6.6 (2006-11-22) [stable]
 
 ** Bug fixes
index 00ca78c20ec98676a4db5ea3c7ece5a2d5a9efc0..10738db93bdb971f42ad2414d94ff9e8cfabde75 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)