diff options
-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-08-20 Jim Meyering <jim@meyering.net> + + * NEWS: Add a line for 6.2-cvs. + * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. + 2006-08-19 Jim Meyering <jim@meyering.net> * Version 6.1. @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.2 (2006-??-??) [unstable] + + * Major changes in release 6.1 (2006-08-19) [unstable] ** Changes in behavior diff --git a/configure.ac b/configure.ac index 9ec26d260..a621491b0 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.2-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |