Move on from the previous release.

* configure.ac: Update version number to 4.5.19-git, signifying
that the source tree in Git is not the same as the 4.5.18 release.
* NEWS: Likewise.
This commit is contained in:
James Youngman 2015-12-28 10:03:58 +00:00
parent d6c033391f
commit 07968e17e4
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,5 +1,7 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
* Major changes in release 4.5.19-git, 2015-12-DD
* Major changes in release 4.5.18, 2015-12-27
** Changes to find

View File

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