summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2015-12-28 18:17:20 +0000
committerJames Youngman <jay@gnu.org>2015-12-28 18:17:20 +0000
commit020ba5727f8306b88e813a1070b75817bce86f63 (patch)
tree9df653b86d0ef6876bfdabcc45a58cc505517a2c
parent008298799648a9eb25451030cab5980dc5de22d3 (diff)
downloadfindutils-020ba5727f8306b88e813a1070b75817bce86f63.tar.gz
Move on from release 4.5.19.
* configure.ac: Advance the version to 4.5.20-git, signifying that the code in the repository is no longer identical to that of the 4.5.19 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 cd984c89..763b655a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
+* Major changes in release 4.5.20-git, 2015-12-DD
+
* Major changes in release 4.5.19, 2015-12-28
** Bug Fixes:
diff --git a/configure.ac b/configure.ac
index 42cbb97d..557bdc35 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.19, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.5.20-git, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE