summaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 034a6d618..d1ed0aa0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-03-22 Jim Meyering <jim@meyering.net>
+ Post-release version change.
+ * NEWS: Add a line for 6.9+.
+ * configure.ac (AC_INIT): Set new version string.
+
Version 6.9.
* NEWS: Record release date and new version number.
* configure.ac (AC_INIT): New version number.
diff --git a/NEWS b/NEWS
index 16fe151ff..0fa7675b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
GNU coreutils NEWS -*- outline -*-
+* Noteworthy changes in release 6.9+ (????-??-??) [stable]
+
+
* Noteworthy changes in release 6.9 (2007-03-22) [stable]
** Bug fixes
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)