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.

Signed-off-by: James Youngman <jay@gnu.org>
This commit is contained in:
James Youngman
2009-03-06 10:15:49 +00:00
parent f6a8ee6189
commit 2aca5008fb
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
2009-03-06 James Youngman <jay@gnu.org>
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.
Updated translation po files from translationproject.org.
* po/bg.po: Updated Bulgarian translation.
* po/de.po: Updated German translation.

2
NEWS
View File

@@ -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

View File

@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([GNU findutils], 4.5.4-CVS, [bug-findutils@gnu.org])
AC_INIT([GNU findutils], 4.5.4-git, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE