From: Jim Meyering Date: Mon, 17 Oct 2005 15:23:17 +0000 (+0000) Subject: Use 5.92-cvs as the version string. X-Git-Tag: v5.92~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b09b33285ae078bd043397cd1940b61aeac78840;p=thirdparty%2Fcoreutils.git Use 5.92-cvs as the version string. --- diff --git a/configure.ac b/configure.ac index e60333c860..6c345f43e0 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.91],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.92-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux)