aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-04-28 21:49:06 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-04-28 21:49:06 -0500
commit9434672603a6022f3ec4cbd4b5d6e37f7c149bd0 (patch)
tree8e2f9cba5af9cacc57b7c18bb59688b29cb22ade
parente3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 (diff)
Update version numbers for 1.6.3 release candidate 4
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
-rw-r--r--doc/version.texi4
-rw-r--r--runtest.exp2
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b7fb1f9..b200918 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-04-28 Jacob Bachmeyer <jcb@gnu.org>
+
+ * runtest.exp, configure.ac, doc/version.texi: Update version.
+
2021-04-20 Jacob Bachmeyer <jcb@gnu.org>
* configure.ac: Set Automake options to use the ancient and
diff --git a/configure.ac b/configure.ac
index aa7b6f8..cf4c482 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-rc3],[bug-dejagnu@gnu.org])
+AC_INIT([GNU DejaGnu],[1.6.3-rc4],[bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE([1.14 subdir-objects tar-v7 filename-length-max=99])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
diff --git a/doc/version.texi b/doc/version.texi
index 80370f8..15ccd74 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 22 March 2021
@set UPDATED-MONTH March 2021
-@set EDITION 1.6.3-rc3
-@set VERSION 1.6.3-rc3
+@set EDITION 1.6.3-rc4
+@set VERSION 1.6.3-rc4
diff --git a/runtest.exp b/runtest.exp
index 93ae2ab..d950171 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-rc3
+set frame_version 1.6.3-rc4
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1