summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2009-04-24 02:29:07 +0100
committerJames Youngman <jay@gnu.org>2009-04-24 02:29:07 +0100
commitc6128d74933aea665019c59d81122830f3232b14 (patch)
tree6aa60efc508be79b6cef0a5fc25d168b0eca9a94
parente4ca1dc27a3e196493a9c39aa156afe1a06ad7f5 (diff)
downloadfindutils-c6128d74933aea665019c59d81122830f3232b14.tar.gz
Move on from relase 4.4.1 to 4.4.2-git.
* configure.ac (AC_INIT): Move on from relase 4.4.1 to 4.4.2-git. * NEWS: Likewise. Signed-off-by: James Youngman <jay@gnu.org>
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ace968a1..49659cb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
+* Major changes in release 4.4.2-git, YYYY-MM-DD
+
* Major changes in release 4.4.1, 2009-04-21
** Bug Fixes
diff --git a/configure.ac b/configure.ac
index ef04dec9..d8aa73d1 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.4.1, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.4.2-git, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE