diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-22 18:12:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-22 18:12:57 +0000 |
commit | 8aa50018a0e004fcaa4cb6bab425babe0724a109 (patch) | |
tree | fe07294ae22a4d1200a53c6afa407b580e35e77b | |
parent | 27ad9d14e97c28481850261f9adf7b065509f4ca (diff) | |
download | coreutils-8aa50018a0e004fcaa4cb6bab425babe0724a109.tar.xz |
Remove -cvs suffix from version string.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6c345f43e..41613095b 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.92-cvs],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[5.92],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |