From: Jim Meyering Date: Sat, 19 Aug 2006 18:33:50 +0000 (+0000) Subject: * Version 6.1. X-Git-Tag: v6.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b88d1ba679ad773a8de9889a625cbd9e2507785;p=thirdparty%2Fcoreutils.git * Version 6.1. * NEWS: Record the 6.1 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. --- diff --git a/ChangeLog b/ChangeLog index c5bad2fb37..33519e7a06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-08-19 Jim Meyering + * Version 6.1. + * NEWS: Record the 6.1 release date. + * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. + Avoid test failure when `make check' is run through debuild. * tests/help-version: Ensure that $SHELL is set to some value and exported. Patch from Sven Joachim. For details, see diff --git a/NEWS b/NEWS index b96e196972..d05347a8a6 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 6.1-cvs (2006-??-??) [unstable] +* Major changes in release 6.1-cvs (2006-08-19) [unstable] ** Changes in behavior diff --git a/configure.ac b/configure.ac index 70c9ede10f..9ec26d260d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.1-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)