From f92a08e171e25ce371ec4ee6eafd2c049f48feb5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Feb 2007 13:11:25 +0100 Subject: [PATCH] * NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty". Nicer connotations. * configure.ac: Use 6.7+, not 6.7-dirty. --- ChangeLog | 6 ++++++ NEWS | 2 +- configure.ac | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9a483f8..586a041 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-24 Jim Meyering + + * NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty". + Nicer connotations. + * configure.ac: Use 6.7+, not 6.7-dirty. + 2007-02-24 Paul Eggert * NEWS: sort no longer compresses temporaries by default. diff --git a/NEWS b/NEWS index 96ebd82..3e19412 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU coreutils NEWS -*- outline -*- -* Noteworthy changes in release 6.7-dirty (????-??-??) [not-unstable] +* Noteworthy changes in release 6.7+ (????-??-??) [not-unstable] ** Bug fixes diff --git a/configure.ac b/configure.ac index 66f079b..a1e0933 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- autoconf -*- # Process this file with autoconf to produce a configure script. -# Copyright (C) 1991, 1993-2006 Free Software Foundation, Inc. +# Copyright (C) 1991, 1993-2007 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.61) -AC_INIT([GNU coreutils],[6.7-dirty],[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) -- 2.7.4