diff options
author | Josh Stone <jistone@redhat.com> | 2009-04-23 12:43:28 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-04-23 12:43:28 -0700 |
commit | 225d8d4b086b0bf29ac8c69634957d13f6b34e16 (patch) | |
tree | f597161b8b354e6345f631c73670710fcd132b9a /testsuite/configure.ac | |
parent | 551218c441e28128d458c4fbd4923335800ea878 (diff) | |
download | systemtap-steved-225d8d4b086b0bf29ac8c69634957d13f6b34e16.tar.gz systemtap-steved-225d8d4b086b0bf29ac8c69634957d13f6b34e16.tar.xz systemtap-steved-225d8d4b086b0bf29ac8c69634957d13f6b34e16.zip |
Version bumps for 0.9.6 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 03ce3f61..4398df21 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.5, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.9.6, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |