diff options
author | Josh Stone <jistone@redhat.com> | 2009-03-27 09:38:50 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-03-27 09:42:05 -0700 |
commit | 27aba29a01fa06488a7bd86d8bb327f3f692e218 (patch) | |
tree | 04fc56fcc5de09f347097b07f929bd35efb4842b /testsuite/configure.ac | |
parent | e904ad9554d7eb3363612f4f32141c6dbc4f50d4 (diff) | |
download | systemtap-steved-27aba29a01fa06488a7bd86d8bb327f3f692e218.tar.gz systemtap-steved-27aba29a01fa06488a7bd86d8bb327f3f692e218.tar.xz systemtap-steved-27aba29a01fa06488a7bd86d8bb327f3f692e218.zip |
Version bumps for 0.9.5 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 c40fdf72..03ce3f61 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, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.9.5, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) |