summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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)