aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2021-03-22 16:40:31 -0500
committerJacob Bachmeyer <jcb@gnu.org>2021-03-22 16:40:31 -0500
commit7c133c2f554d64eac709e934838deb0261106b85 (patch)
tree9542070dc924099a9b6d91ced56fec60d4b1c5a5
parentef2c8944341efc70aee50a5879e956074e75622a (diff)
downloaddejagnu-7c133c2f554d64eac709e934838deb0261106b85.zip
dejagnu-7c133c2f554d64eac709e934838deb0261106b85.tar.gz
dejagnu-7c133c2f554d64eac709e934838deb0261106b85.tar.bz2
Update version numbers for 1.6.3 release branch
-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..72ac862 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.3-rc1],[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..6296866 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.3-rc1
+@set VERSION 1.6.3-rc1
diff --git a/runtest.exp b/runtest.exp
index 21adcf6..7cff4e6 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.3-rc1
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1