From: Jim Meyering Date: Thu, 17 Aug 2006 11:47:53 +0000 (+0000) Subject: (AC_INIT): Bump to 6.1 and add "-cvs" suffix. X-Git-Tag: v6.1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef1c94bcd6e6764bc3363078be7a576f719e5abc;p=thirdparty%2Fcoreutils.git (AC_INIT): Bump to 6.1 and add "-cvs" suffix. --- diff --git a/configure.ac b/configure.ac index 19dc24a59e..70c9ede10f 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.0],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.1-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)