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

ChangeLog
NEWS
configure.ac

index 3c09e64c49201ef7e3cf07ae48ff518a7687b1a3..ef370508abeddab789bce66cc6d9a17bfc0dd0cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-11-19  Jim Meyering  <jim@meyering.net>
 
+       Post-release version change.
+       * NEWS: Add a line for 6.6-pre.
+       * configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix.
+
        Version 6.5.
        * NEWS: Record release date.  Remove "-cvs" suffix.
        * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
diff --git a/NEWS b/NEWS
index 861f9a4380285558ddd3de110e458df68c80bf06..596eea1c9a9ac231c18ef6d078e269ea8f5a7fdd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Noteworthy changes in release 6.6-pre (????-??-??)
+
+
 * Major changes in release 6.5 (2006-11-19) [stable]
 
 ** Bug fixes
index 671dc86f4f4b2d8afaf97b30d4f7fcfdc84f02ff..10738db93bdb971f42ad2414d94ff9e8cfabde75 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.5],[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)