aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2017-10-16 15:52:21 +1100
committerBen Elliston <bje@gnu.org>2017-10-16 15:52:21 +1100
commitfb6ef60aa1dc724cc749d1193f17fc258a022fd9 (patch)
tree2598426cbf4945daf76bf51415dc4c51d6ed1d0a /configure.ac
parentb321ac459c92b0dc3d181f454ccb0c9ed66f258e (diff)
downloaddejagnu-fb6ef60aa1dc724cc749d1193f17fc258a022fd9.zip
dejagnu-fb6ef60aa1dc724cc749d1193f17fc258a022fd9.tar.gz
dejagnu-fb6ef60aa1dc724cc749d1193f17fc258a022fd9.tar.bz2
Roll over to next development version number.
* NEWS: Start a new section for the next release. * 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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 13aa2c5..a628de4 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.1-git, [bug-dejagnu@gnu.org])
+AC_INIT([GNU DejaGnu], 1.6.2-git, [bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE([1.14 subdir-objects])
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET