aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS2
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--doc/dejagnu.texi2
-rw-r--r--runtest.exp2
6 files changed, 23 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index dbd86a0..45c4068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-11-28 Ben Elliston <bje@gnu.org>
+ * NEWS: Update.
+ * configure.ac: Update version number.
+ * configure: Regenerate.
+ * doc/dejagnu.texi: Update version number.
+ * runtest.exp: Update version number.
+
+2018-11-28 Ben Elliston <bje@gnu.org>
+
* Makefile.am (TESTSUITE_FILES): Update filenames.
* Makefile.in: Regenerate.
diff --git a/NEWS b/NEWS
index 97d3f4c..c0433bb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
-* text -*-
+Changes since 1.6.2:
+
Changes since 1.6.1:
1. runtest will abort if $DEJAGNU is defined but the file is not
diff --git a/configure b/configure
index 84ef843..346ae3f 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNU DejaGnu 1.6.2-git.
+# Generated by GNU Autoconf 2.69 for GNU DejaGnu 1.6.3-git.
#
# Report bugs to <bug-dejagnu@gnu.org>.
#
@@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='GNU DejaGnu'
PACKAGE_TARNAME='dejagnu'
-PACKAGE_VERSION='1.6.2-git'
-PACKAGE_STRING='GNU DejaGnu 1.6.2-git'
+PACKAGE_VERSION='1.6.3-git'
+PACKAGE_STRING='GNU DejaGnu 1.6.3-git'
PACKAGE_BUGREPORT='bug-dejagnu@gnu.org'
PACKAGE_URL='http://www.gnu.org/software/dejagnu/'
@@ -1250,7 +1250,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures GNU DejaGnu 1.6.2-git to adapt to many kinds of systems.
+\`configure' configures GNU DejaGnu 1.6.3-git to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1317,7 +1317,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU DejaGnu 1.6.2-git:";;
+ short | recursive ) echo "Configuration of GNU DejaGnu 1.6.3-git:";;
esac
cat <<\_ACEOF
@@ -1414,7 +1414,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GNU DejaGnu configure 1.6.2-git
+GNU DejaGnu configure 1.6.3-git
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1507,7 +1507,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by GNU DejaGnu $as_me 1.6.2-git, which was
+It was created by GNU DejaGnu $as_me 1.6.3-git, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2370,7 +2370,7 @@ fi
# Define the identity of the package.
PACKAGE='dejagnu'
- VERSION='1.6.2-git'
+ VERSION='1.6.3-git'
cat >>confdefs.h <<_ACEOF
@@ -4590,7 +4590,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GNU DejaGnu $as_me 1.6.2-git, which was
+This file was extended by GNU DejaGnu $as_me 1.6.3-git, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4649,7 +4649,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-GNU DejaGnu config.status 1.6.2-git
+GNU DejaGnu config.status 1.6.3-git
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 79fefbd..c106c14 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.50)
-AC_INIT([GNU DejaGnu], 1.6.2-git, [bug-dejagnu@gnu.org])
+AC_INIT([GNU DejaGnu], 1.6.3-git, [bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE([1.14 subdir-objects])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 6a6ab7f..1b2e11d 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -11,7 +11,7 @@
@top DejaGnu
@ifnottex
-This file documents DejaGnu version 1.6.2-git.
+This file documents DejaGnu version 1.6.3-git.
@insertcopying
@end ifnottex
diff --git a/runtest.exp b/runtest.exp
index f7d1555..7088cc5 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.2-git
+set frame_version 1.6.3-git
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1