summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-23 17:49:38 +0000
committerJames Youngman <jay@gnu.org>2015-12-23 17:49:38 +0000
commit4796acc972e2302e0ccc15c1e7c6aaa36b611e62 (patch)
treeab1df38e7515c4dc82abee03cf89e9ea9b478ad1
parent89947522b893daab2e8274b9b7b72f72e9c4960d (diff)
downloadfindutils-4796acc972e2302e0ccc15c1e7c6aaa36b611e62.tar.gz
Update version number to make clear the current code is newer than 4.5.16.
* configure.ac: Update the version number to 4.5.17-git. * NEWS: Likewise, begin a new section for 4.5.17.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cdadb455..dc937e9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
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.16, 2015-12-23
** Functional Changes to find
diff --git a/configure.ac b/configure.ac
index edb978d2..c2f76856 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.16, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.5.17-git, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE