mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 17:31:56 +02:00
Version 6.7.
* NEWS: Record release date. Remove '-pre' suffix. * configure.ac (AC_INIT): Remove version string suffix.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2006-12-07 Jim Meyering jim@meyering.net
|
||||
|
||||
Version 6.7.
|
||||
* NEWS: Record release date. Remove '-pre' suffix.
|
||||
* configure.ac (AC_INIT): Remove version string suffix.
|
||||
|
||||
2006-12-07 Jim Meyering <jim@meyering.net>
|
||||
|
||||
Make the output of "make check" more reproducible.
|
||||
|
||||
2
NEWS
2
NEWS
@@ -1,6 +1,6 @@
|
||||
GNU coreutils NEWS -*- outline -*-
|
||||
|
||||
* Noteworthy changes in release 6.7-pre (????-??-??) [?]
|
||||
* Noteworthy changes in release 6.7 (2006-12-08) [stable]
|
||||
|
||||
** Bug fixes
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
dnl Written by Jim Meyering.
|
||||
|
||||
AC_PREREQ(2.60)
|
||||
AC_INIT([GNU coreutils],[6.7-pre],[bug-coreutils@gnu.org])
|
||||
AC_INIT([GNU coreutils],[6.7],[bug-coreutils@gnu.org])
|
||||
AC_CONFIG_SRCDIR(src/ls.c)
|
||||
|
||||
AC_CONFIG_AUX_DIR(build-aux)
|
||||
|
||||
Reference in New Issue
Block a user