diff options
author | Jim Meyering <jim@meyering.net> | 2006-10-23 07:59:04 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-10-23 07:59:04 +0200 |
commit | 0fdbf2e8c789765c3d04c5acb4de7fb557beda5a (patch) | |
tree | dd68ac5beeb56814f3fb4000f5a0f1d0ab3950f9 | |
parent | 9b17e1d7d4d701fc77688adfca78ecfb01d7ecea (diff) | |
download | coreutils-0fdbf2e8c789765c3d04c5acb4de7fb557beda5a.tar.xz |
* NEWS: Add a line for 6.5-cvs.
* configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2006-10-23 Jim Meyering <jim@meyering.net> + + * NEWS: Add a line for 6.5-cvs. + * configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix. + 2006-10-22 Jim Meyering <jim@meyering.net> Version 6.4. @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.5-cvs (2006-??-??) + + * Major changes in release 6.4 (2006-10-22) [stable] ** Bug fixes diff --git a/configure.ac b/configure.ac index e9541c9f4..8a3499734 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ dnl Written by Jim Meyering. AC_PREREQ(2.60) -AC_INIT([GNU coreutils],[6.4],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.5-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |