From: Jim Meyering Date: Sun, 20 Aug 2006 14:23:38 +0000 (+0000) Subject: * NEWS: Add a line for 6.2-cvs. X-Git-Tag: v6.2~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1227e8c08bb51ce260d569f862164bc11dbbeabf;p=thirdparty%2Fcoreutils.git * NEWS: Add a line for 6.2-cvs. * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. --- diff --git a/ChangeLog b/ChangeLog index 755e185441..31f0d6aef8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-20 Jim Meyering + + * NEWS: Add a line for 6.2-cvs. + * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. + 2006-08-19 Jim Meyering * Version 6.1. diff --git a/NEWS b/NEWS index 8ebb78fbcb..f56565c995 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.2 (2006-??-??) [unstable] + + * Major changes in release 6.1 (2006-08-19) [unstable] ** Changes in behavior diff --git a/configure.ac b/configure.ac index 9ec26d260d..a621491b05 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.2-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)