diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-19 19:44:23 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-19 19:44:23 +0100 |
commit | 318fb0502d4e00cafda5b81c04864ef55f2abc32 (patch) | |
tree | 715a7a830800c22876d3c64c8e2839d8c95250e3 | |
parent | ad2a81ce8bdf8e8a4267ec6ce59fdd98426984e7 (diff) | |
download | coreutils-318fb0502d4e00cafda5b81c04864ef55f2abc32.tar.xz |
Post-release version change.
* NEWS: Add a line for 6.6-pre.
* configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix.
-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 @@ 2006-11-19 Jim Meyering <jim@meyering.net> + Post-release version change. + * NEWS: Add a line for 6.6-pre. + * configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix. + Version 6.5. * NEWS: Record release date. Remove "-cvs" suffix. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release 6.6-pre (????-??-??) + + * Major changes in release 6.5 (2006-11-19) [stable] ** Bug fixes diff --git a/configure.ac b/configure.ac index 671dc86f4..10738db93 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.5],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.6-pre],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) |