From: Jim Meyering Date: Thu, 22 Mar 2007 21:20:02 +0000 (+0100) Subject: Version 6.9. X-Git-Tag: COREUTILS-6_9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804bdc300192f10710d62326fd6cb04db662272b;p=thirdparty%2Fcoreutils.git Version 6.9. * NEWS: Record release date and new version number. * configure.ac (AC_INIT): New version number. --- diff --git a/ChangeLog b/ChangeLog index 1648c16767..034a6d618b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-03-22 Jim Meyering + Version 6.9. + * NEWS: Record release date and new version number. + * configure.ac (AC_INIT): New version number. + * tests/mv/hard-3: Correct the preceding change: $3 -> $2. 2007-03-22 Paul Eggert diff --git a/NEWS b/NEWS index 4efb18f213..16fe151ff9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Noteworthy changes in release 6.8+ (????-??-??) [not-unstable] +* Noteworthy changes in release 6.9 (2007-03-22) [stable] ** Bug fixes diff --git a/configure.ac b/configure.ac index 0895aa3ca9..cab46a2ed8 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.61) -AC_INIT([GNU coreutils],[6.8+],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.9],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)