diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-11-13 14:51:44 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-11-13 14:51:44 -0500 |
commit | 70f5a7b3ff766d3995f6f84a2e697b2c033f4de2 (patch) | |
tree | e797a37206dc884203bb4d77e1f8eae651d624e5 /testsuite/configure.ac | |
parent | ebcb173dc614db9a143febec19c8fc6a7b17cf2a (diff) | |
download | systemtap-steved-70f5a7b3ff766d3995f6f84a2e697b2c033f4de2.tar.gz systemtap-steved-70f5a7b3ff766d3995f6f84a2e697b2c033f4de2.tar.xz systemtap-steved-70f5a7b3ff766d3995f6f84a2e697b2c033f4de2.zip |
bump version to 0.8
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 5b149937..f24bf23b 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.7.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.8, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |