* configure.ac(AC_INIT): Change the suffix used to indicate that the version number doesn't correspond to a source release from -CVS to -git. * NEWS: Likewise.
Signed-off-by: James Youngman <[email protected]> --- ChangeLog | 8 ++++++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 199ea8d..1c6c580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-06 James Youngman <[email protected]> + + Change suffix for non-release versions from -CVS to -git. + * configure.ac(AC_INIT): Change the suffix used to indicate that + the version number doesn't correspond to a source release from + -CVS to -git. + * NEWS: Likewise. + 2009-03-05 James Youngman <[email protected]> Fix Savannah bug #25764, duplicate entry for proc in PRUNEFS. diff --git a/NEWS b/NEWS index 9fc5875..7cc3a70 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) -* Major changes in release 4.5.4-CVS, YYYY-MM-DD +* Major changes in release 4.5.4-git, YYYY-MM-DD ** Performance changes diff --git a/configure.ac b/configure.ac index 454ba7b..ce8b7d8 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.5.4-CVS, [[email protected]]) +AC_INIT([GNU findutils], 4.5.4-git, [[email protected]]) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE -- 1.5.6.5 _______________________________________________ Findutils-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/findutils-patches
