Post-release version change.
authorJim Meyering <jim@meyering.net>
Fri, 8 Dec 2006 07:28:04 +0000 (08:28 +0100)
committerJim Meyering <jim@meyering.net>
Fri, 8 Dec 2006 07:28:04 +0000 (08:28 +0100)
* NEWS: Add a line for 6.8-dirty.
* configure.ac (AC_INIT): Set new version string.

ChangeLog
NEWS
configure.ac

index 4ae8827..79b8851 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-12-08  Jim Meyering  <jim@meyering.net>
+
+       Post-release version change.
+       * NEWS: Add a line for 6.8-dirty.
+       * configure.ac (AC_INIT): Set new version string.
+
 2006-12-07  Jim Meyering  jim@meyering.net
 
        Version 6.7.
diff --git a/NEWS b/NEWS
index da9f5e9..7bc8239 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
+* Noteworthy changes in release 6.8-dirty (????-??-??) [stable]
+
+
 * Noteworthy changes in release 6.7 (2006-12-08) [stable]
 
 ** Bug fixes
index fc8dbf7..2eea87a 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.7],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.8-dirty],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)