From: Jim Meyering Date: Mon, 18 Sep 2006 13:01:09 +0000 (+0000) Subject: * NEWS: Add a line for 6.3-cvs. X-Git-Tag: v6.3~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9c0dc7bc634d7ba917c632bddc44f903fc4dbd7;p=thirdparty%2Fcoreutils.git * NEWS: Add a line for 6.3-cvs. * configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix. --- diff --git a/ChangeLog b/ChangeLog index b269f3b830..f104fba36c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-18 Jim Meyering + * NEWS: Add a line for 6.3-cvs. + * configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix. + Version 6.2. * NEWS: Record the 6.2 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. diff --git a/NEWS b/NEWS index 5cf598d8db..1a583f5486 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.3 (2006-??-??) [stable] + + * Major changes in release 6.2 (2006-09-18) [stable candidate] ** Changes in behavior diff --git a/configure.ac b/configure.ac index d7b5a23ce3..5c69180164 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.2],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.3-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)