diff options
author | Jim Meyering <jim@meyering.net> | 2007-03-23 08:22:35 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-03-23 08:22:35 +0100 |
commit | c3abd70c67a847dd73a1f2327bc143bee9d8002b (patch) | |
tree | 7ffda25dd01334af3b9401bd425d0b21d3010592 | |
parent | 85fb8411dd59c41680b7da81e277ecd3a5f05cd2 (diff) | |
download | coreutils-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-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 8 insertions, 1 deletions
@@ -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. @@ -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) |