From: Jim Meyering Date: Thu, 7 Dec 2006 23:00:19 +0000 (+0100) Subject: Version 6.7. X-Git-Tag: COREUTILS-6_7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f044d2d51cfa0a61f92332dec8c4c594946b9bd8;p=thirdparty%2Fcoreutils.git Version 6.7. * NEWS: Record release date. Remove '-pre' suffix. * configure.ac (AC_INIT): Remove version string suffix. --- diff --git a/ChangeLog b/ChangeLog index 43dd1c54fd..4ae8827801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 Make the output of "make check" more reproducible. diff --git a/NEWS b/NEWS index 1ce50f85a8..da9f5e9a35 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index c244f99aa7..fc8dbf7c2c 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.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)