Browse Source

Update version numbers for 1.6.3 release candidate 5

dejagnu-1.6.3
Jacob Bachmeyer 5 years ago
parent
commit
19ffb41e41
  1. 2
      ChangeLog
  2. 2
      configure.ac
  3. 4
      doc/version.texi
  4. 2
      runtest.exp

2
ChangeLog

@ -1,5 +1,7 @@
2021-05-22 Jacob Bachmeyer <jcb@gnu.org>
* runtest.exp, configure.ac, doc/version.texi: Update version.
* dejagnu: Fix error message.
* config.guess: Import patched version; patches sent upstream.

2
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-rc4],[bug-dejagnu@gnu.org])
AC_INIT([GNU DejaGnu],[1.6.3-rc5],[bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE([1.14 subdir-objects tar-v7 filename-length-max=99])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET

4
doc/version.texi

@ -1,4 +1,4 @@
@set UPDATED 22 March 2021
@set UPDATED-MONTH March 2021
@set EDITION 1.6.3-rc4
@set VERSION 1.6.3-rc4
@set EDITION 1.6.3-rc5
@set VERSION 1.6.3-rc5

2
runtest.exp

@ -19,7 +19,7 @@
# This file was written by Rob Savoye <rob@welcomehome.org>.
set frame_version 1.6.3-rc4
set frame_version 1.6.3-rc5
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1

Loading…
Cancel
Save