From: Jim Meyering Date: Sat, 24 Feb 2007 12:11:25 +0000 (+0100) Subject: * NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty". X-Git-Tag: COREUTILS-6_8~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f92a08e171e25ce371ec4ee6eafd2c049f48feb5;p=thirdparty%2Fcoreutils.git * NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty". Nicer connotations. * configure.ac: Use 6.7+, not 6.7-dirty. --- diff --git a/ChangeLog b/ChangeLog index 9a483f8764..586a041888 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 96ebd8243d..3e194127c7 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 66f079b408..a1e09333f8 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)