diff options
author | Josh Stone <jistone@redhat.com> | 2009-08-04 17:42:09 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-08-04 20:53:49 -0700 |
commit | 1e9b189fbd2cdc0e978de086299ba3a501608005 (patch) | |
tree | 383a5ac7dabc35b842e4b3a2368c82a5398e95b4 /testsuite/configure.ac | |
parent | 1545a93985714128927d6eac2c6e43d07fc02eb0 (diff) | |
download | systemtap-steved-1e9b189fbd2cdc0e978de086299ba3a501608005.tar.gz systemtap-steved-1e9b189fbd2cdc0e978de086299ba3a501608005.tar.xz systemtap-steved-1e9b189fbd2cdc0e978de086299ba3a501608005.zip |
Version bumps for the 0.9.9 release
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 62d6e1a8..655ef45c 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.9.8, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.9.9, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |