diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-16 09:51:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-16 09:51:04 +0000 |
commit | 2c12c963b142e57299378eac3257cdbb54a74fdb (patch) | |
tree | 1652b8db077dd60343aa7bfd904334c4e830ef54 | |
parent | 9385c408240e1ca351c56d613be8875af82b6a6c (diff) | |
download | coreutils-2c12c963b142e57299378eac3257cdbb54a74fdb.tar.xz |
Remove -cvs suffix from version string. For 5.91.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 08c5eca3d..e60333c86 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[5.91-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.91],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |