aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-03-22 16:39:19 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-03-22 16:39:19 -0500
commit634b5bc858674752079844ffd93b895a62a0c53c (patch)
tree6a8cfe86f83c390abffd80370db122fe402e8c46
parentef2c8944341efc70aee50a5879e956074e75622a (diff)
downloaddejagnu-634b5bc858674752079844ffd93b895a62a0c53c.zip
dejagnu-634b5bc858674752079844ffd93b895a62a0c53c.tar.gz
dejagnu-634b5bc858674752079844ffd93b895a62a0c53c.tar.bz2
Update version numbers for continued development
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--doc/version.texi8
-rw-r--r--runtest.exp2
4 files changed, 8 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 365c1a6..88a92f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-03-22 Jacob Bachmeyer <jcb@gnu.org>
+ * runtest.exp, configure.ac, doc/version.texi: Update version.
+
* config.guess, config.sub: Import from upstream.
* MAINTAINERS: Acknowledge that Ben Elliston has left the project.
diff --git a/configure.ac b/configure.ac
index af23f6f..e975b93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl along with DejaGnu; if not, write to the Free Software Foundation,
dnl Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
AC_PREREQ([2.69])
-AC_INIT([GNU DejaGnu],[1.6.3-git],[bug-dejagnu@gnu.org])
+AC_INIT([GNU DejaGnu],[1.6.4-git],[bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE([1.14 subdir-objects])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
diff --git a/doc/version.texi b/doc/version.texi
index d531eea..7f5c62c 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
-@set UPDATED 12 January 2019
-@set UPDATED-MONTH January 2019
-@set EDITION 1.6.3-git
-@set VERSION 1.6.3-git
+@set UPDATED 22 March 2021
+@set UPDATED-MONTH March 2021
+@set EDITION 1.6.4-git
+@set VERSION 1.6.4-git
diff --git a/runtest.exp b/runtest.exp
index 21adcf6..e731fec 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -19,7 +19,7 @@
# This file was written by Rob Savoye <rob@welcomehome.org>.
-set frame_version 1.6.3-git
+set frame_version 1.6.4-git
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1