summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2007-11-11 19:20:20 +0000
committerJames Youngman <jay@gnu.org>2007-11-11 19:20:20 +0000
commit7048a7292596c10f618c3e6826245c7316394468 (patch)
tree14233a3d434f5f2ccdb44b969be6df6ab5190305
parentae971fe69b4c9ed04b44665a90ed52c8eb76716e (diff)
downloadfindutils-7048a7292596c10f618c3e6826245c7316394468.tar.gz
Prepared for release of findutils version 4.3.9FINDUTILS_4_3_9-1
-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 5c5279cf..1bdee3cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-11-11 James Youngman <jay@gnu.org>
+
+ * configure.ac: Prepared for release of findutils-4.3.9.
+ * NEWS: Likewise.
+
* po/POTFILES.in: Use gnulib/lib/getdate.y rather than
gnulib/lib/getdate.c, because the former is the source file, and
because without this change the update-po target of po/Makefile
diff --git a/NEWS b/NEWS
index 0d9133ba..03f08682 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
GNU findutils NEWS - User visible changes. -*- outline -*- (allout)
-* Major changes in release 4.3.9-CVS
+* Major changes in release 4.3.9, 2007-11-11
** Licensing
diff --git a/configure.ac b/configure.ac
index c0de7c5a..241c99c4 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.3.9-CVS, [bug-findutils@gnu.org])
+AC_INIT([GNU findutils], 4.3.9, [bug-findutils@gnu.org])
AC_CONFIG_AUX_DIR(build-aux)
AM_INIT_AUTOMAKE