]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: With the change from "-pre" to "-dirty" suffix, also change
authorJim Meyering <jim@meyering.net>
Sat, 9 Dec 2006 14:57:06 +0000 (15:57 +0100)
committerJim Meyering <jim@meyering.net>
Sat, 9 Dec 2006 14:57:06 +0000 (15:57 +0100)
from NEXT_VER-pre to CUR_VER-dirty.  So, this is 6.7-dirty.
* configure.ac (AC_INIT): s/6.8-dirty/6.7-dirty/.

ChangeLog
NEWS
configure.ac

index f4eea63948b98541015a2c7b191b6f157344b812..f42c6f4b91472446e055acd94bc6cef3a8ad283f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-12-09  Jim Meyering  <jim@meyering.net>
 
+       * NEWS: With the change from "-pre" to "-dirty" suffix, also change
+       from NEXT_VER-pre to CUR_VER-dirty.  So, this is 6.7-dirty.
+       * configure.ac (AC_INIT): s/6.8-dirty/6.7-dirty/.
+
        * tests/uniq/Test.pm (test_vector): Skip the pipe-reading test
        whenever uniq is expected to fail.  This should catch the other case
        [test #112] in which uniq emits "cat: write error: Broken pipe" on
diff --git a/NEWS b/NEWS
index 7bc8239851d7293b3b671ceeaadefc7bc89c9528..21f7a488041f055457d2f9c584591cf3d7faf391 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU coreutils NEWS                                    -*- outline -*-
 
-* Noteworthy changes in release 6.8-dirty (????-??-??) [stable]
+* Noteworthy changes in release 6.7-dirty (????-??-??) [stable]
 
 
 * Noteworthy changes in release 6.7 (2006-12-08) [stable]
index 2eea87a4df08a7024348fdaa073066c5823d75de..961790158fea930d55f0c7a02979142c383fcc9b 100644 (file)
@@ -20,7 +20,7 @@
 dnl Written by Jim Meyering.
 
 AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.8-dirty],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.7-dirty],[bug-coreutils@gnu.org])
 AC_CONFIG_SRCDIR(src/ls.c)
 
 AC_CONFIG_AUX_DIR(build-aux)