From: Jim Meyering Date: Mon, 2 Oct 2006 11:47:48 +0000 (+0000) Subject: * NEWS: Add a line for 6.4-cvs. X-Git-Tag: COREUTILS-6_4~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2e7358a9be5b7f1b816e46f3a2cf151463f2208;p=thirdparty%2Fcoreutils.git * NEWS: Add a line for 6.4-cvs. * configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix. --- diff --git a/ChangeLog b/ChangeLog index f82bf80eec..0fa5d5d442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * bootstrap: Undo last change to this file, since now gnulib-tool sticks with the automake default in generating dependencies. + * NEWS: Add a line for 6.4-cvs. + * configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix. + 2006-09-30 Jim Meyering Version 6.3. diff --git a/NEWS b/NEWS index a603b5bcc9..f15feff2be 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.4-cvs (2006-??-??) [?????] + + * Major changes in release 6.3 (2006-09-30) [stable] ** Improved robustness diff --git a/configure.ac b/configure.ac index b1055e2f75..87eea8e5c5 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.3],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.4-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)