]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove -cvs suffix from version string.
authorJim Meyering <jim@meyering.net>
Sat, 22 Oct 2005 18:12:57 +0000 (18:12 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 22 Oct 2005 18:12:57 +0000 (18:12 +0000)
configure.ac

index 6c345f43e01244b4917017cd372e55e7df6a62b4..41613095bd5ef43364072a30c6d6928d9d9c81f5 100644 (file)
@@ -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)