From: Jim Meyering Date: Fri, 23 Mar 2007 07:22:35 +0000 (+0100) Subject: Post-release version change. X-Git-Tag: v6.9.89~357^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3abd70c67a847dd73a1f2327bc143bee9d8002b;p=thirdparty%2Fcoreutils.git Post-release version change. * NEWS: Add a line for 6.9+. * configure.ac (AC_INIT): Set new version string. --- diff --git a/ChangeLog b/ChangeLog index 034a6d618b..d1ed0aa0f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-03-22 Jim Meyering + Post-release version change. + * NEWS: Add a line for 6.9+. + * configure.ac (AC_INIT): Set new version string. + Version 6.9. * NEWS: Record release date and new version number. * configure.ac (AC_INIT): New version number. diff --git a/NEWS b/NEWS index 16fe151ff9..0fa7675b96 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release 6.9+ (????-??-??) [stable] + + * Noteworthy changes in release 6.9 (2007-03-22) [stable] ** Bug fixes diff --git a/configure.ac b/configure.ac index cab46a2ed8..b441256db5 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.9],[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)