summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2006-11-21 04:08:44 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:27:54 -0600
commit0a0410cbdf7fa720130b61d408808a25022ebd14 (patch)
treeb330a98bd66d5c71f871459e379fa07146d13c31
parent8e0327b98658878e94b5e763722d1539fe02e8ea (diff)
downloadm4-0a0410cbdf7fa720130b61d408808a25022ebd14.tar.gz
Release 1.4.8:release-1.4.8
* configure.ac (AC_INIT): Bump version number. * NEWS: Describe changes since 1.4.7.
-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 2fb5c3e1..1f7a1303 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-11-20 Eric Blake <ebb9@byu.net>
+
+ Release 1.4.8:
+
+ * configure.ac (AC_INIT): Bump version number.
+ * NEWS: Describe changes since 1.4.7.
+
2006-11-16 Eric Blake <ebb9@byu.net>
* doc/m4.texinfo (Include, Search Path, Diversions, Divert):
diff --git a/NEWS b/NEWS
index a536ea78..670e021a 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.8 - ?? ??? 2006, by ?? (CVS version 1.4.7a)
+Version 1.4.8 - 20 November 2006, by Eric Blake (CVS version 1.4.7a)
* The `divert' macro and `-H'/`--hashsize' command line option no longer
cause a core dump when handed extra large values. Also, `divert' now
diff --git a/configure.ac b/configure.ac
index 50f3cbfd..67ec24eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
# 02110-1301 USA
AC_PREREQ([2.60])
-AC_INIT([GNU M4], [1.4.7a], [bug-m4@gnu.org])
+AC_INIT([GNU M4], [1.4.8], [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])