diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-17 16:41:48 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-17 16:41:48 -0500 |
commit | c8bf931d80b0383f93ce335b3fb3d4237b18f8ab (patch) | |
tree | ed4020f5a6aa4473f8ef8c059062e76a0f6e2043 /configure.ac | |
parent | 71f4000b1036859f4fe927f528f2d6f25507fd76 (diff) | |
download | systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.tar.gz systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.tar.xz systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.zip |
version bump to 0.9 throughout
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2c113f5e..f74d8d99 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl configure.ac --- autoconf input file for systemtap dnl Process this file with autoconf to produce a configure script. -AC_INIT([systemtap], 0.8, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.9, systemtap@sources.redhat.com, systemtap) dnl ^^^^^ see also NEWS, systemtap.spec, testsuite/configure.ac AC_PREREQ(2.59) |