diff options
author | Jim Meyering <jim@meyering.net> | 2006-11-22 16:15:02 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-11-22 16:15:02 +0100 |
commit | e750c5cac8434b697065f1abcda998bd770b02d4 (patch) | |
tree | 8b18e5616e35b8dffe3001f24f8048de913be8e4 | |
parent | 92210636da78b15f640fbfafbe2dcf5edba6cf35 (diff) | |
download | coreutils-e750c5cac8434b697065f1abcda998bd770b02d4.tar.xz |
Post-release version change.
* NEWS: Add a line for 6.7-pre.
* configure.ac (AC_INIT): Bump to 6.7 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-22 Jim Meyering <jim@meyering.net> + Post-release version change. + * NEWS: Add a line for 6.7-pre. + * configure.ac (AC_INIT): Bump to 6.7 and add "-pre" suffix. + Version 6.6. * NEWS: Record release date. Remove "-pre" suffix. * configure.ac (AC_INIT): Remove "-pre" suffix from version string. @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Noteworthy changes in release 6.7-pre (????-??-??) [?] + + * Noteworthy changes in release 6.6 (2006-11-22) [stable] ** Bug fixes diff --git a/configure.ac b/configure.ac index 00ca78c20..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.6],[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) |