Release findutils 4.5.16.

* NEWS: Update version number to 4.5.16.
* configure.ac: Likewise.
This commit is contained in:
James Youngman 2015-12-23 16:57:58 +00:00
parent 8dd6d6fd06
commit 89947522b8
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,6 +1,6 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
* Major changes in release 4.5.16-git, 2015-12-DD
* Major changes in release 4.5.16, 2015-12-23
** Functional Changes to find
Using -regextype egrep now has the same effect -regextype

View File

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