From: Jim Meyering Date: Mon, 23 Oct 2006 05:59:04 +0000 (+0200) Subject: * NEWS: Add a line for 6.5-cvs. X-Git-Tag: COREUTILS-6_5~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fdbf2e8c789765c3d04c5acb4de7fb557beda5a;p=thirdparty%2Fcoreutils.git * NEWS: Add a line for 6.5-cvs. * configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix. --- diff --git a/ChangeLog b/ChangeLog index 3b46ea0850..397a3218e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-10-23 Jim Meyering + + * NEWS: Add a line for 6.5-cvs. + * configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix. + 2006-10-22 Jim Meyering Version 6.4. diff --git a/NEWS b/NEWS index f27d26a9d2..41a418acb2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.5-cvs (2006-??-??) + + * Major changes in release 6.4 (2006-10-22) [stable] ** Bug fixes diff --git a/configure.ac b/configure.ac index e9541c9f42..8a34997340 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.4],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.5-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)