From cc2d4f6c4698ae359dfbc337679d95bfe1a04b31 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Feb 2007 21:16:52 +0100 Subject: [PATCH] Version 6.8. * NEWS: Record release date and new version number. * configure.ac (AC_INIT): New version number. --- ChangeLog | 4 ++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e26e27f95d..5cfe4b6bc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-02-24 Jim Meyering + Version 6.8. + * NEWS: Record release date and new version number. + * configure.ac (AC_INIT): New version number. + Don't skip this test on new-enough Linux/GNU systems. * tests/misc/pwd-unreadable-parent: Test $REPLACE_GETCWD = 0, rather than for __GETCWD_PREFIX in config.h (the latter is no diff --git a/NEWS b/NEWS index 3e194127c7..0056dc330b 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Noteworthy changes in release 6.7+ (????-??-??) [not-unstable] +* Noteworthy changes in release 6.8 (2007-02-24) [not-unstable] ** Bug fixes diff --git a/configure.ac b/configure.ac index 393d7bb7e5..fb9dc2b8c3 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.61) -AC_INIT([GNU coreutils],[6.7+],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.8],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) -- 2.47.3