summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-22 22:21:26 +0200
committerJim Meyering <jim@meyering.net>2006-10-22 22:21:26 +0200
commit0c0121ed20d99bd90d48024a69b0f781e56896eb (patch)
tree6b2e80cac1f8bebdd4b2401ae5fbc2f77e11ef1b /configure.ac
parent33d52dbc43e772ce12d0bba4038c19f872a5e0c7 (diff)
downloadcoreutils-0c0121ed20d99bd90d48024a69b0f781e56896eb.tar.xz
Version 6.4.
* NEWS: Record the 6.4 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c3f8b442d..e9541c9f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
dnl Written by Jim Meyering.
AC_PREREQ(2.60)
-AC_INIT([GNU coreutils],[6.4-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.4],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)