diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-03-31 09:56:24 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-03-31 09:56:24 -0400 |
commit | 1efbb40ada67f968d14fdc14dc51473fc4b270d0 (patch) | |
tree | 905d07d75a6a8e0206a650bef3a7338404956095 /testsuite/configure.ac | |
parent | 3b312701b2e8de3e3ec60e2e3e0bd126add46251 (diff) | |
download | systemtap-steved-1efbb40ada67f968d14fdc14dc51473fc4b270d0.tar.gz systemtap-steved-1efbb40ada67f968d14fdc14dc51473fc4b270d0.tar.xz systemtap-steved-1efbb40ada67f968d14fdc14dc51473fc4b270d0.zip |
bump autoconf* version numbers to 0.7
Diffstat (limited to 'testsuite/configure.ac')
-rw-r--r-- | testsuite/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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(..) |