From: Jim Meyering Date: Sun, 23 Oct 2005 10:41:18 +0000 (+0000) Subject: Use 6.0-cvs as the version string. X-Git-Tag: v6.0~1521 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fc7e01a2558adaf06cd1e74a2e7cadb604bc756;p=thirdparty%2Fcoreutils.git Use 6.0-cvs as the version string. --- diff --git a/configure.ac b/configure.ac index 41613095bd..4e4afa2315 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[5.92],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.0-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)