Release 1.4.6:
* configure.ac (AC_INIT): Bump version number.
* NEWS: Describe changes since 1.4.5.
diff --git a/ChangeLog b/ChangeLog
index c5251c9..c3d7abb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-08-25 Eric Blake <ebb9@byu.net>
+ Release 1.4.6:
+
+ * configure.ac (AC_INIT): Bump version number.
+ * NEWS: Describe changes since 1.4.5.
+
* Makefile.maint (web-manual): Give up on VPATH build during
distribution. But distributions are made so infrequently that
this is not too much of a hardship.
diff --git a/NEWS b/NEWS
index be29456..38e06dc 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@
Copyright (C) 1992, 1993, 1994, 2004, 2005, 2006 Free Software
Foundation, Inc.
-Version 1.4.6 - ?? 2006, by ?? (CVS version 1.4.5a)
+Version 1.4.6 - 25 August 2006, by Eric Blake (CVS version 1.4.5a)
* Fix buffer overruns in regexp and patsubst macros when handed a trailing
backslash in the replacement text, or when handling \n substitutions
diff --git a/configure.ac b/configure.ac
index ea3406b..49ac6df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.5a], [bug-m4@gnu.org])
+AC_INIT([GNU M4], [1.4.6], [bug-m4@gnu.org])
AM_INIT_AUTOMAKE([1.9.6 dist-bzip2 gnu])
PACKAGE=$PACKAGE_TARNAME; AC_SUBST([PACKAGE])
VERSION=$PACKAGE_VERSION; AC_SUBST([VERSION])