summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2013-02-02 14:31:22 +0000
committerJames Youngman <jay@gnu.org>2013-02-02 14:31:22 +0000
commit6b240251d5e8e1da4c6057b1c2eac1aca3012d70 (patch)
tree1b7147f3d0a30dc9320d0e1ae16295bc94258d61
parent5f7a605f5e12a574c122ca8a2d9b13e863ce3053 (diff)
downloadfindutils-4.5.11.tar.gz
Release findutils-4.5.11.v4.5.11
* NEWS: update version number from 4.5.11-git to 4.5.11. * configure.ac (AC_INIT): Likewise.
-rw-r--r--ChangeLog4
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bfe353d..68991b31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-02-02 James Youngman <jay@gnu.org>
+ Release findutils-4.5.11.
+ * NEWS: update version number from 4.5.11-git to 4.5.11.
+ * configure.ac (AC_INIT): Likewise.
+
Reduce needless calls to complete_pending_execdirs.
* find/exec.c (impl_pred_exec): Once pushing an argument for
-exec{,dir} ... +, Only set state.execdirs_outstanding if
diff --git a/NEWS b/NEWS
index bdd056aa..184722af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
-* Major changes in release 4.5.11-git, YYYY-MM-DD
+* Major changes in release 4.5.11, 2013-02-02
** Documentation Changes
diff --git a/configure.ac b/configure.ac
index f4ebe475..f31dd377 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.11-git, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.5.11, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE