aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-03-30 17:36:21 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-03-30 17:36:21 -0500
commit4c4aa8332143d65efb42aee40b2d52c48e887069 (patch)
tree24e175d57b35c091bd38526a95ff640b104b556d
parenta8a331ee5b0953ee3ca11764e4a6e4f2af8722c9 (diff)
Update version numbers for 1.6.3 release candidate 2
-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 f6304cd..04f089a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-03-30 Jacob Bachmeyer <jcb@gnu.org>
+
+ * runtest.exp, configure.ac, doc/version.texi: Update version.
+
2021-03-26 Jacob Bachmeyer <jcb@gnu.org>
PR47386
diff --git a/configure.ac b/configure.ac
index 72ac862..a1cfb5b 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-rc1],[bug-dejagnu@gnu.org])
+AC_INIT([GNU DejaGnu],[1.6.3-rc2],[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 9e79462..de57524 100644
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
@set UPDATED 28 December 2020
@set UPDATED-MONTH December 2020
-@set EDITION 1.6.3-rc1
-@set VERSION 1.6.3-rc1
+@set EDITION 1.6.3-rc2
+@set VERSION 1.6.3-rc2
diff --git a/runtest.exp b/runtest.exp
index 7cff4e6..5e250fe 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-rc1
+set frame_version 1.6.3-rc2
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1