summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-08-25 14:08:32 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:06:04 -0600
commitb7de5920f141604b1cccf376bbc238a6542994ee (patch)
tree0e80ec48b49ffbc02737541512cc577e02d396eb
parent5ae1770e83ed266591b2394f307ad50840349cbe (diff)
downloadm4-b7de5920f141604b1cccf376bbc238a6542994ee.tar.gz
Release 1.4.6:release-1.4.6
* configure.ac (AC_INIT): Bump version number. * NEWS: Describe changes since 1.4.5.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c5251c91..c3d7abb2 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 be294561..38e06dcb 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.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 ea3406b5..49ac6dfe 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])