aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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.
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 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