summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-23 08:22:35 +0100
committerJim Meyering <jim@meyering.net>2007-03-23 08:22:35 +0100
commitc3abd70c67a847dd73a1f2327bc143bee9d8002b (patch)
tree7ffda25dd01334af3b9401bd425d0b21d3010592 /configure.ac
parent85fb8411dd59c41680b7da81e277ecd3a5f05cd2 (diff)
downloadcoreutils-c3abd70c67a847dd73a1f2327bc143bee9d8002b.tar.xz
Post-release version change.
* NEWS: Add a line for 6.9+. * configure.ac (AC_INIT): Set new version string.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cab46a2ed..b441256db 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.9],[bug-coreutils@gnu.org])
+AC_INIT([GNU coreutils],[6.9+],[bug-coreutils@gnu.org])
AC_CONFIG_SRCDIR(src/ls.c)
AC_CONFIG_AUX_DIR(build-aux)