diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-17 11:47:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-17 11:47:53 +0000 |
commit | ef1c94bcd6e6764bc3363078be7a576f719e5abc (patch) | |
tree | 50b4fa49f12399fb3b3d4c2b100ca1b5c459c11e | |
parent | 9aa695174dff1212041c0909ae371a66b52a3cae (diff) | |
download | coreutils-ef1c94bcd6e6764bc3363078be7a576f719e5abc.tar.xz |
(AC_INIT): Bump to 6.1 and add "-cvs" suffix.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 19dc24a59..70c9ede10 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.0],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.1-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |