summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-11-28 14:57:54 +1100
committerBen Elliston <bje@gnu.org>2018-11-28 14:57:54 +1100
commitc8d3ef3af01df81032441d1b48b41726b6c6cc01 (patch)
tree89a17f06cde3cdf8f15b8f90af786c7ff3819d8f
parent151f18fdacfd985043b7ed09b40b531a50e780c6 (diff)
downloaddejagnu-c8d3ef3af01df81032441d1b48b41726b6c6cc01.tar.gz
dejagnu-c8d3ef3af01df81032441d1b48b41726b6c6cc01.tar.bz2
dejagnu-c8d3ef3af01df81032441d1b48b41726b6c6cc01.zip
* configure.ac (AC_INIT): Update version number.
* configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise. * doc/runtest.1: Update datestamp.
-rw-r--r--ChangeLog8
-rwxr-xr-xconfigure20
-rw-r--r--configure.ac2
-rw-r--r--doc/dejagnu.texi2
-rw-r--r--doc/runtest.14
-rw-r--r--runtest.exp2
6 files changed, 23 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index fe6af9f..ef152d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-11-28 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.
+ * doc/runtest.1: Update datestamp.
+
+2018-11-28 Ben Elliston <bje@gnu.org>
+
* NEWS: Update.
* doc/dejagnu.texi: Tidy up (fill) some paragraphs.
diff --git a/configure b/configure
index 84ef843..a058c1c 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.2.
#
# 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.2'
+PACKAGE_STRING='GNU DejaGnu 1.6.2'
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.2 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.2:";;
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.2
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.2, 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.2'
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.2, 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.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 79fefbd..373b30e 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.2, [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..88c228b 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.2.
@insertcopying
@end ifnottex
diff --git a/doc/runtest.1 b/doc/runtest.1
index 5b70d35..d245362 100644
--- a/doc/runtest.1
+++ b/doc/runtest.1
@@ -1,4 +1,4 @@
-.TH runtest 1 "2017-10-16"
+.TH runtest 1 "2018-11-28"
.SH NAME
runtest \- DejaGnu test driver
.SH SYNOPSIS
@@ -125,7 +125,7 @@ Rob Savoye (rob@welcomehome.org)
.SH "REPORTING BUGS"
Report bugs to <bug\-dejagnu@gnu.org>.
.SH COPYRIGHT
-Copyright \(co 2005\-2016 Free Software Foundation, Inc.
+Copyright \(co 2005\-2018 Free Software Foundation, Inc.
.PP
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
diff --git a/runtest.exp b/runtest.exp
index f7d1555..f4ba6a5 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.2
if {![info exists argv0]} {
send_error "Must use a version of Expect greater than 5.0\n"
exit 1