mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-31 05:38:59 +01:00
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:
@@ -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
2
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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user