From 4290cf1f05b9a07d186449381f76d5c4206d6709 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Wed, 30 Dec 2015 19:43:37 +0000 Subject: [PATCH 1/2] Update release number to indicate that the Git tree no longer matches 4.6.0. To: address@hidden * configure.ac: Update version number to indicate that the Git repository has moved on from 4.6.0 (the trunk will be 4.7.x release series). * NEWS: Likewise. --- NEWS | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 660c241..590d3e2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) +* Major changes in release 4.7.0-git, YYYY-MM-DD + * Major changes in release 4.6.0, 2015-12-28 ** Stable Release diff --git a/configure.ac b/configure.ac index 876d981..bb8fbd5 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.6.0, address@hidden) +AC_INIT([GNU findutils], 4.7.0-git, address@hidden) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE -- 2.1.4