summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-08-20 14:23:38 +0000
committerJim Meyering <jim@meyering.net>2006-08-20 14:23:38 +0000
commit1227e8c08bb51ce260d569f862164bc11dbbeabf (patch)
tree3ec51b0a811036f262fd69e6ef252ba9ed31dc65 /configure.ac
parente74a18b16db4fdca3ab50e5b223d6f5dfb45b73b (diff)
downloadcoreutils-1227e8c08bb51ce260d569f862164bc11dbbeabf.tar.xz
* NEWS: Add a line for 6.2-cvs.
* configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" 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 9ec26d260..a621491b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
dnl Written by Jim Meyering.
-AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.2-cvs],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)