* 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 | 6 ++++++ NEWS | 2 +- configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3cd8c6c..94718b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,12 @@ 2009-04-10 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. + Backport fix from 4.5. for Savannah bug #25764, duplicate entry for proc in PRUNEFS. * locate/updatedb.sh (PRUNEFS): Remove duplicate entry for proc. * locate/Makefile.am (updatedb): add dependency on Makefile, and diff --git a/NEWS b/NEWS index 743e7c2..9125ce7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) -* Major changes in release 4.4.1-CVS, yyyy-mm-dd +* Major changes in release 4.4.1-git, yyyy-mm-dd ** Bug Fixes diff --git a/configure.ac b/configure.ac index c3aa81d..fdf6f5b 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.4.1-CVS, [[email protected]]) +AC_INIT([GNU findutils], 4.4.1-git, [[email protected]]) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE -- 1.5.6.5
