summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-08 00:00:19 +0100
committerJim Meyering <jim@meyering.net>2006-12-08 00:03:00 +0100
commitf044d2d51cfa0a61f92332dec8c4c594946b9bd8 (patch)
tree2bf48d1b726b0ba866c13a7818fa7a616aba73ba /configure.ac
parent* tests/touch/empty-file: Use envvar-check, so "make check" doesn't (diff)
downloadcoreutils-6.7.tar.gz
coreutils-6.7.zip
Version 6.7.v6.7COREUTILS-6_7
* NEWS: Record release date. Remove '-pre' suffix. * configure.ac (AC_INIT): Remove version string suffix.
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 c244f99aa..fc8dbf7c2 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.7-pre],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.7],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)