From e872ae096714a011eb24a0c1a62961f58533f939 Mon Sep 17 00:00:00 2001 From: fche Date: Sun, 29 Apr 2007 22:34:03 +0000 Subject: 2007-04-29 Frank Ch. Eigler * configure.ac: Mention testsuite/configure.ac for version matching. 2007-04-29 Frank Ch. Eigler * Makefile.am (EXTRA_DIST): Add dejagnu subdirectories. * configure.ac: Bump version to match parent directory. * Makefile.in, configure: Regenerated. --- testsuite/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/configure.ac') diff --git a/testsuite/configure.ac b/testsuite/configure.ac index 4bc08e45..28abe39d 100644 --- a/testsuite/configure.ac +++ b/testsuite/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap testsuite dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 0.5.13, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5.14, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) -- cgit