From 1efbb40ada67f968d14fdc14dc51473fc4b270d0 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 31 Mar 2008 09:56:24 -0400 Subject: bump autoconf* version numbers to 0.7 --- 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 8f924936..70d01e96 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.6.2, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.7, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) -- cgit