diff options
author | Jim Meyering <jim@meyering.net> | 2006-09-18 13:01:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-09-18 13:01:09 +0000 |
commit | c9c0dc7bc634d7ba917c632bddc44f903fc4dbd7 (patch) | |
tree | 829d242549e319ff21a76a95876337f8bf7e65bf | |
parent | 9c57927ad17ca0e2cc16309f07becce63564321d (diff) | |
download | coreutils-c9c0dc7bc634d7ba917c632bddc44f903fc4dbd7.tar.xz |
* NEWS: Add a line for 6.3-cvs.
* configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2006-09-18 Jim Meyering <jim@meyering.net> + * NEWS: Add a line for 6.3-cvs. + * configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix. + Version 6.2. * NEWS: Record the 6.2 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.3 (2006-??-??) [stable] + + * Major changes in release 6.2 (2006-09-18) [stable candidate] ** Changes in behavior diff --git a/configure.ac b/configure.ac index d7b5a23ce..5c6918016 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.2],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.3-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |