diff options
author | fche <fche> | 2008-01-18 15:29:25 +0000 |
---|---|---|
committer | fche <fche> | 2008-01-18 15:29:25 +0000 |
commit | bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a (patch) | |
tree | 09a510f2216f60c66ddcda134588e8b474ea2842 /testsuite/configure.ac | |
parent | 1e0716d328e1c20447ea17b46551b9c208b7624b (diff) | |
download | systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.tar.gz systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.tar.xz systemtap-steved-bfe2b4ab0a801c23b130b5083b7fbf5c00ab004a.zip |
bump to version 0.6.1 in prep for snapshot release
2008-01-18 Frank Ch. Eigler <fche@elastic.org>
* configure.ac, systemtap.spec.in: Update version to 0.6.1
* configure: Regenerated.
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 18e85559..5eb9b151 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.6, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.6.1, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |