diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-17 16:41:48 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-17 16:41:48 -0500 |
commit | c8bf931d80b0383f93ce335b3fb3d4237b18f8ab (patch) | |
tree | ed4020f5a6aa4473f8ef8c059062e76a0f6e2043 /testsuite/configure.ac | |
parent | 71f4000b1036859f4fe927f528f2d6f25507fd76 (diff) | |
download | systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.tar.gz systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.tar.xz systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.zip |
version bump to 0.9 throughout
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 f24bf23b..c40fdf72 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.8, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.9, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |