From 53c18eaa56764db2b283c702fe1d59b1762c8162 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 20 Dec 2007 10:03:36 +0000 Subject: [PATCH] Moved on from 4.3.12 --- ChangeLog | 6 ++++++ NEWS | 2 ++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 840ed8b..2bc5686 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-12-20 James Youngman + + * configure.ac: Advance the version number, as we are moving on + from 4.3.12. + * NEWS: Likewise + 2007-12-19 James Youngman * find/find.c (ngettext): Introduce a new macro to help with diff --git a/NEWS b/NEWS index ba948df..3fa84db 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.3.13-CVS + * Major changes in release 4.3.12, 2007-12-19 ** Bug Fixes diff --git a/configure.ac b/configure.ac index f30a2dc..f562ae8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([GNU findutils], 4.3.12, [bug-findutils@gnu.org]) +AC_INIT([GNU findutils], 4.3.13-CVS, [bug-findutils@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE -- 2.11.4.GIT