diff options
| author | Jim Meyering <jim@meyering.net> | 2006-11-19 10:58:55 +0100 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2006-11-19 10:58:55 +0100 |
| commit | 497a5cf4659d8d2fb4eaa3e7b1b6b6a91dd32f67 (patch) | |
| tree | d325f5bd75c7adaddaf60119f6655ca3b98c95c7 /configure.ac | |
| parent | "ln --backup f f" now produces a sensible diagnostic (diff) | |
| download | coreutils-6.5.tar.gz coreutils-6.5.zip | |
Version 6.5.v6.5COREUTILS-6_5
* NEWS: Record release date. Remove "-cvs" suffix.
* configure.ac (AC_INIT): Remove "-cvs" suffix from version string.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8a3499734..671dc86f4 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.5-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.5],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |
