From 629e887dff01cdb22f946fceb9c9433b0b671aee Mon Sep 17 00:00:00 2001 From: James Youngman Date: Thu, 24 Dec 2015 16:39:45 +0000 Subject: Update version number in preparation for release of findutils-4.5.17. * NEWS: Update version number. * configure.ac (AC_INIT): Update version. --- NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 85941c91..bf424a8c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU findutils NEWS - User visible changes. -*- outline -*- (allout) -* Major changes in release 4.5.17-git, 2015-12-DD +* Major changes in release 4.5.17, 2015-12-24 ** Future Changes to Release Signing Keys diff --git a/configure.ac b/configure.ac index c2f76856..be6ca51e 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.5.17-git, [bug-findutils@gnu.org]) +AC_INIT([GNU findutils], 4.5.17, [bug-findutils@gnu.org]) AC_CONFIG_AUX_DIR(build-aux) AM_INIT_AUTOMAKE -- cgit v1.2.1