diff options
author | dsmith <dsmith> | 2007-08-14 15:28:47 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-08-14 15:28:47 +0000 |
commit | 69bf08b5a00d5095ca50b7400221b2cbedeae904 (patch) | |
tree | f991152abfcac09aa95602ec239f9047e79d799b /testsuite/configure.ac | |
parent | b79aff3684e02d6f83a2fa2a2fcfe53d5c9d6d14 (diff) | |
download | systemtap-steved-69bf08b5a00d5095ca50b7400221b2cbedeae904.tar.gz systemtap-steved-69bf08b5a00d5095ca50b7400221b2cbedeae904.tar.xz systemtap-steved-69bf08b5a00d5095ca50b7400221b2cbedeae904.zip |
2007-08-14 David Smith <dsmith@redhat.com>
Merge from setuid-branch.
* configure.ac: Version increase to 0.6.
* configure: Regenerated.
* parseko/cmdline09.stp: Added new test for staprun command line
options.
* parseko/cmdline10.stp: Ditto.
* parseko/cmdline11.stp: Ditto.
* parseko/cmdline12.stp: Ditto.
* parseko/cmdline13.stp: Ditto.
* parseko/cmdline14.stp: Ditto.
* systemtap.samples/args.exp: No longer necessary to use "sudo" to
run staprun.
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 b85ea8f3..18e85559 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.5.15, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.6, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |