summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-30 07:43:21 +0000
committerJim Meyering <jim@meyering.net>2006-09-30 07:43:21 +0000
commit10688306fa094d5705193227100f1c29111361a9 (patch)
tree2f793ad6bf4c84c395fae1a035c468762ba55202 /configure.ac
parentaf8862ae293f46d29372af36dedcb2a41d8908cc (diff)
downloadcoreutils-10688306fa094d5705193227100f1c29111361a9.tar.xz
Version 6.3.
* NEWS: Record the 6.3 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. * NEWS: Mention Paul's Solaris 8 vs. 10 work-around.
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 5c6918016..b1055e2f7 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.3-cvs],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.3],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)