summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-24 13:11:25 +0100
committerJim Meyering <jim@meyering.net>2007-02-24 13:13:45 +0100
commitf92a08e171e25ce371ec4ee6eafd2c049f48feb5 (patch)
treec54ee2b0d464381727eb183fe9fb607e03c18ddf
parent3ea177e3fa5a42dfe01b63b4c854c3478a1ea60d (diff)
downloadcoreutils-f92a08e171e25ce371ec4ee6eafd2c049f48feb5.tar.xz
* NEWS: Use a simple "+" suffix to denote pre-release, not "-dirty".
Nicer connotations. * configure.ac: Use 6.7+, not 6.7-dirty.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a483f876..586a04188 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-24 Jim Meyering <jim@meyering.net>
+
+ * 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 <eggert@cs.ucla.edu>
* NEWS: sort no longer compresses temporaries by default.
diff --git a/NEWS b/NEWS
index 96ebd8243..3e194127c 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 66f079b40..a1e09333f 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)