From e750c5cac8434b697065f1abcda998bd770b02d4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Nov 2006 16:15:02 +0100 Subject: [PATCH] Post-release version change. * NEWS: Add a line for 6.7-pre. * configure.ac (AC_INIT): Bump to 6.7 and add "-pre" suffix. --- ChangeLog | 4 ++++ NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 004176ef0b..bd8e4ffaf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2006-11-22 Jim Meyering + 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. diff --git a/NEWS b/NEWS index a34355985f..3493041a43 100644 --- a/NEWS +++ b/NEWS @@ -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 00ca78c20e..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.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) -- 2.47.3