summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-28 10:03:58 +0000
committerJames Youngman <jay@gnu.org>2015-12-28 10:03:58 +0000
commit07968e17e45c4cb3e737970b55e6b9ecb9197cff (patch)
tree2fa1ed6f3c68abbcd5a0accd92315ab96fc49465
parentd6c033391f7bae92d815f861868ef9bdc97df6d4 (diff)
downloadfindutils-07968e17e45c4cb3e737970b55e6b9ecb9197cff.tar.gz
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.
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ca8ea071..645b00d9 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index d7299a7f..3db4827a 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.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