From: Jim Meyering Date: Mon, 18 Sep 2006 05:58:55 +0000 (+0000) Subject: Version 6.2. X-Git-Tag: v6.2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7da3ac75c20952ba87cc142928001c291304b917;p=thirdparty%2Fcoreutils.git Version 6.2. * NEWS: Record the 6.2 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. --- diff --git a/ChangeLog b/ChangeLog index e9bd430788..b269f3b830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-18 Jim Meyering + + Version 6.2. + * NEWS: Record the 6.2 release date. + * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. + 2006-09-17 Jim Meyering * tests/chgrp/basic: On an OpenBSD system, rather than failing diff --git a/NEWS b/NEWS index 6bc52946de..84cb8c10cf 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Major changes in release 6.2-cvs (2006-??-??) [unstable] +* Major changes in release 6.2-cvs (2006-09-18) [stable candidate] ** Changes in behavior diff --git a/configure.ac b/configure.ac index c20d0b591e..d7b5a23ce3 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-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.2],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)