From b7de5920f141604b1cccf376bbc238a6542994ee Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 25 Aug 2006 14:08:32 +0000 Subject: [PATCH] Release 1.4.6: * configure.ac (AC_INIT): Bump version number. * NEWS: Describe changes since 1.4.5. --- ChangeLog | 5 +++++ NEWS | 2 +- configure.ac | 2 +- 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 + 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]) -- 2.11.4.GIT