diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-19 18:33:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-19 18:33:50 +0000 |
commit | 7b88d1ba679ad773a8de9889a625cbd9e2507785 (patch) | |
tree | 5747bbf303a2b56faaa0ab67b9a5758e0bfc8b6d | |
parent | 77c8f5b5c2e18bf2f73945653e830d07ddcd381e (diff) | |
download | coreutils-7b88d1ba679ad773a8de9889a625cbd9e2507785.tar.xz |
* Version 6.1.
* NEWS: Record the 6.1 release date.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-08-19 Jim Meyering <jim@meyering.net> + * 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 @@ -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 70c9ede10..9ec26d260 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) |