From: Jim Meyering Date: Sun, 19 Nov 2006 18:44:23 +0000 (+0100) Subject: Post-release version change. X-Git-Tag: COREUTILS-6_6~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=318fb0502d4e00cafda5b81c04864ef55f2abc32;p=thirdparty%2Fcoreutils.git Post-release version change. * NEWS: Add a line for 6.6-pre. * configure.ac (AC_INIT): Bump to 6.6 and add "-pre" suffix. --- diff --git a/ChangeLog b/ChangeLog index 3c09e64c49..ef370508ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-11-19 Jim Meyering + 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. diff --git a/NEWS b/NEWS index 861f9a4380..596eea1c9a 100644 --- a/NEWS +++ b/NEWS @@ -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 671dc86f4f..10738db93b 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)