From 0473e718e65bcd6ac8880f9bcb8a68979c7a2105 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Dec 2006 15:57:06 +0100 Subject: [PATCH] * 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/. --- ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4eea63..f42c6f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-12-09 Jim Meyering + * 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 7bc8239..21f7a48 100644 --- 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] diff --git a/configure.ac b/configure.ac index 2eea87a..9617901 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4