From 9434672603a6022f3ec4cbd4b5d6e37f7c149bd0 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 28 Apr 2021 21:49:06 -0500 Subject: Update version numbers for 1.6.3 release candidate 4 --- ChangeLog | 4 ++++ configure.ac | 2 +- doc/version.texi | 4 ++-- runtest.exp | 2 +- 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 + + * runtest.exp, configure.ac, doc/version.texi: Update version. + 2021-04-20 Jacob Bachmeyer * 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 . -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 -- cgit v1.1