From 8aa50018a0e004fcaa4cb6bab425babe0724a109 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 22 Oct 2005 18:12:57 +0000 Subject: [PATCH] Remove -cvs suffix from version string. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6c345f43e0..41613095bd 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-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.92],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) -- 2.47.3