From: Jim Meyering Date: Tue, 15 Aug 2006 11:12:07 +0000 (+0000) Subject: * Version 6.0 [unstable]. X-Git-Tag: v6.0~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a246cc31423e97d952fa776278822975a17d5b8;p=thirdparty%2Fcoreutils.git * Version 6.0 [unstable]. * NEWS: Record the 6.0 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. --- diff --git a/ChangeLog b/ChangeLog index c7288a652d..921932625b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-15 Jim Meyering + + * Version 6.0 [unstable]. + * NEWS: Record the 6.0 release date. + * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. + 2006-08-13 Jim Meyering * src/shred.c (usage): Don't indent the second line of an item. diff --git a/NEWS b/NEWS index 916c774cab..39c88dcc37 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 6.0-cvs (2006-??-??) [unstable] +* Major changes in release 6.0 (2006-08-15) [unstable] ** Improved robustness diff --git a/configure.ac b/configure.ac index 65888a82f8..19dc24a59e 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.0-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.0],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)