From 017e00fc0b73087f243afb4cac513ba6bd13b5eb Mon Sep 17 00:00:00 2001 From: James Youngman Date: Fri, 1 Dec 2006 14:19:15 +0000 Subject: [PATCH] Prepare for work on findutils-4.3.3 --- NEWS | 2 ++ configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 04b6617b..dca7abb7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.3.3-CVS + * Major changes in release 4.3.2 ** Bug Fixes diff --git a/configure.in b/configure.in index 17a8bba2..4429e145 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU findutils], 4.3.2, [bug-findutils@gnu.org]) +AC_INIT([GNU findutils], 4.3.3-CVS, [bug-findutils@gnu.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([find/pred.c])