summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a90950f2..c6befd89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-09-25 Eric Blake <ebb9@byu.net>
+
+ Release 1.4.7:
+
+ * configure.ac (AC_INIT): Bump version number.
+ * NEWS: Describe changes since 1.4.6.
+
2006-09-21 Eric Blake <ebb9@byu.net>
* doc/m4.texinfo (Invoking m4): Add clarification on option
diff --git a/NEWS b/NEWS
index 839ed9d4..600c0c8f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GNU M4 NEWS - User visible changes.
Copyright (C) 1992, 1993, 1994, 2004, 2005, 2006 Free Software
Foundation, Inc.
-Version 1.4.7 - ?? ??? 2006, by ?? (CVS version 1.4.6a)
+Version 1.4.7 - 25 September 2006, by Eric Blake (CVS version 1.4.6a)
* Fix regression from 1.4.5 in handling a file that ends in a macro
expansion without arguments instead of a newline.
diff --git a/configure.ac b/configure.ac
index 98fd0e4a..10ff6fd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.6a], [bug-m4@gnu.org])
+AC_INIT([GNU M4], [1.4.7], [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])