summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-24 17:42:31 +0000
committerJames Youngman <jay@gnu.org>2015-12-24 17:42:31 +0000
commit5b2fa3f385a3bad17ecea5f7aa2a5706c58fc642 (patch)
treeb0b02a9fe4dc61703b0c7cce84e498b451c28c3a
parent629e887dff01cdb22f946fceb9c9433b0b671aee (diff)
downloadfindutils-5b2fa3f385a3bad17ecea5f7aa2a5706c58fc642.tar.gz
Update version number indicating the code post-dates findutils-4.5.17.
* NEWS: Update version number. * configure.ac (AC_INIT): Update version.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bf424a8c..ec7e986f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
+* Major changes in release 4.5.18-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 be6ca51e..c5d3a99b 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, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.5.18-git, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE