diff options
author | Josh Stone <jistone@redhat.com> | 2009-04-23 15:11:37 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-04-23 15:11:37 -0700 |
commit | 9b055ab2163bfa62c70949f4935b1432b6a6921b (patch) | |
tree | 6454c769895e3c1600a7843a2945d705f24863d4 /testsuite/configure.ac | |
parent | 0cd571c33e70fee4777622a49f50e9122335432d (diff) | |
download | systemtap-steved-9b055ab2163bfa62c70949f4935b1432b6a6921b.tar.gz systemtap-steved-9b055ab2163bfa62c70949f4935b1432b6a6921b.tar.xz systemtap-steved-9b055ab2163bfa62c70949f4935b1432b6a6921b.zip |
Version bumps for 0.9.7 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 4398df21..1a82fe36 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.6, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.9.7, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |