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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f343faef..fa14516c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap 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) dnl ^^^ see also NEWS, testsuite/configure.ac AC_PREREQ(2.59) -- cgit