From 1227e8c08bb51ce260d569f862164bc11dbbeabf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Aug 2006 14:23:38 +0000 Subject: [PATCH] * NEWS: Add a line for 6.2-cvs. * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. --- ChangeLog | 5 +++++ NEWS | 3 +++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 755e185..31f0d6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-20 Jim Meyering + + * NEWS: Add a line for 6.2-cvs. + * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. + 2006-08-19 Jim Meyering * Version 6.1. diff --git a/NEWS b/NEWS index 8ebb78f..f56565c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ GNU coreutils NEWS -*- outline -*- +* Major changes in release 6.2 (2006-??-??) [unstable] + + * Major changes in release 6.1 (2006-08-19) [unstable] ** Changes in behavior diff --git a/configure.ac b/configure.ac index 9ec26d2..a621491 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ dnl Written by Jim Meyering. -AC_INIT([GNU coreutils],[6.1],[bug-coreutils@gnu.org]) +AC_INIT([GNU coreutils],[6.2-cvs],[bug-coreutils@gnu.org]) AC_CONFIG_SRCDIR(src/ls.c) AC_CONFIG_AUX_DIR(build-aux) -- 2.7.4