aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2015-01-30 10:52:08 +1100
committerBen Elliston <bje@gnu.org>2015-01-30 10:52:08 +1100
commit70762f6460c17be64680e15d9676266d354b1579 (patch)
tree6924f4ca36711e5f95a9abe1bf9e68b84fd1337f /configure.ac
parent4c1f808ce8de021296af68786e2397947e50b0bd (diff)
downloaddejagnu-70762f6460c17be64680e15d9676266d354b1579.zip
dejagnu-70762f6460c17be64680e15d9676266d354b1579.tar.gz
dejagnu-70762f6460c17be64680e15d9676266d354b1579.tar.bz2
* runtest.exp (frame_version): Set to 1.5.2.
* configure.ac (AC_INIT): Set version to 1.5.2. * configure: Regenerate. * doc/dejagnu.xml (appversion, version): Set to 1.5.2. * doc/dejagnu.texi: Regenerate.
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 70ea257..6379915 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.5.2, [bug-dejagnu@gnu.org])
AM_INIT_AUTOMAKE
AM_MAINTAINER_MODE
AC_PROG_MAKE_SET