1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 01:42:17 +02:00

Version 6.6.

* NEWS: Record release date.  Remove "-pre" suffix.
* configure.ac (AC_INIT): Remove "-pre" suffix from version string.
This commit is contained in:
Jim Meyering
2006-11-22 12:40:57 +01:00
parent efab0d7989
commit 46710dd82a
3 changed files with 6 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
dnl Written by Jim Meyering.
AC_PREREQ(2.60)
AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org])
AC_INIT([GNU coreutils],[6.6],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)