summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2006-11-25 18:07:23 +0000
committerJames Youngman <jay@gnu.org>2006-11-25 18:07:23 +0000
commit8ff39397dd84aeab696a51b7e33a653ff3d9d394 (patch)
tree9a2b0407060aade2564af4733e8be4a3b6a05617
parentf29e64546bfceb9ae336b3234869e111aafb7f0e (diff)
downloadfindutils-8ff39397dd84aeab696a51b7e33a653ff3d9d394.tar.gz
Prepare to release version 4.2.29FINDUTILS_4_2_29-1
-rw-r--r--NEWS4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7efa14b3..1291116a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)*
-* Major changes in release 4.2.29-CVS
+* Major changes in release 4.2.29
** Documentation Fixes
@@ -23,7 +23,7 @@ now generates an error message.
* Major changes in release 4.2.28
* Bug Fixes
-p
+
Savannah bug #15800: If find finds more subdirectories within a parent
directory than it previously expected to based on the link count of
the parent, the resulting error message now gives the correct
diff --git a/configure.in b/configure.in
index a82934e4..70186515 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU findutils], 4.2.29-CVS, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.2.29, [bug-findutils@gnu.org])
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([find/pred.c])