aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2016-04-17 10:35:26 +1000
committerBen Elliston <bje@gnu.org>2016-04-17 10:35:26 +1000
commit725625325f6a316fedf1b49489350059c9fb689a (patch)
tree3381cfc23f36af468e997bf471884ac5767f7efc
parentd4b2cb20497fe1b91b3cff86d0a6cebbb86d4b0d (diff)
downloaddejagnu-725625325f6a316fedf1b49489350059c9fb689a.zip
dejagnu-725625325f6a316fedf1b49489350059c9fb689a.tar.gz
dejagnu-725625325f6a316fedf1b49489350059c9fb689a.tar.bz2
* configure.ac (AC_INIT): Update version number.
* configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise.
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--doc/dejagnu.texi2
-rw-r--r--runtest.exp2
5 files changed, 20 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a71333..1059d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-04-17 Ben Elliston <bje@gnu.org>
+ * configure.ac (AC_INIT): Update version number.
+ * configure: Regenerate.
+ * runtest.exp (frame_version): Update version number.
+ * doc/dejagnu.texi: Likewise.
+
+2016-04-17 Ben Elliston <bje@gnu.org>
+
* NEWS: Start a new section for the next release.
2016-04-15 Ben Elliston <bje@gnu.org>
diff --git a/configure b/configure
index a43b2f3..780042c 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.5.1.
+# Generated by GNU Autoconf 2.69 for GNU DejaGnu 1.6.1-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.5.1'
-PACKAGE_STRING='GNU DejaGnu 1.5.1'
+PACKAGE_VERSION='1.6.1-git'
+PACKAGE_STRING='GNU DejaGnu 1.6.1-git'
PACKAGE_BUGREPORT='bug-dejagnu@gnu.org'
PACKAGE_URL='http://www.gnu.org/software/dejagnu/'
@@ -1241,7 +1241,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.5.1 to adapt to many kinds of systems.
+\`configure' configures GNU DejaGnu 1.6.1-git to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1307,7 +1307,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GNU DejaGnu 1.5.1:";;
+ short | recursive ) echo "Configuration of GNU DejaGnu 1.6.1-git:";;
esac
cat <<\_ACEOF
@@ -1404,7 +1404,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GNU DejaGnu configure 1.5.1
+GNU DejaGnu configure 1.6.1-git
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1497,7 +1497,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.5.1, which was
+It was created by GNU DejaGnu $as_me 1.6.1-git, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2360,7 +2360,7 @@ fi
# Define the identity of the package.
PACKAGE='dejagnu'
- VERSION='1.5.1'
+ VERSION='1.6.1-git'
cat >>confdefs.h <<_ACEOF
@@ -4583,7 +4583,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.5.1, which was
+This file was extended by GNU DejaGnu $as_me 1.6.1-git, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4642,7 +4642,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.5.1
+GNU DejaGnu config.status 1.6.1-git
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index fcd8f72..8102286 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,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.5.1, [bug-dejagnu@gnu.org])
+AC_INIT([GNU DejaGnu], 1.6.1-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 6c92c51..f7ecd4a 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -11,7 +11,7 @@
@top DejaGnu
@ifnottex
-This file documents DejaGnu version 1.6.
+This file documents DejaGnu version 1.6.1-git.
@insertcopying
@end ifnottex
diff --git a/runtest.exp b/runtest.exp
index 6fd78f7..aef21b1 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -20,7 +20,7 @@
# This file was written by Rob Savoye <rob@welcomehome.org>.
-set frame_version 1.5.1
+set frame_version 1.6.1-git
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1