diff options
author | fche <fche> | 2005-08-16 20:08:39 +0000 |
---|---|---|
committer | fche <fche> | 2005-08-16 20:08:39 +0000 |
commit | 83ff1cf9bd71350ade588ed858ba679548be6860 (patch) | |
tree | 21a3997a0a16eb4049f981646ee04fbd2c8e55c8 /configure.ac | |
parent | db520b00dfa589f0ddf154088cd198232cadbaf6 (diff) | |
download | systemtap-steved-83ff1cf9bd71350ade588ed858ba679548be6860.tar.gz systemtap-steved-83ff1cf9bd71350ade588ed858ba679548be6860.tar.xz systemtap-steved-83ff1cf9bd71350ade588ed858ba679548be6860.zip |
* bump to version 0.3
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 0e0f4da0..c4fe7140 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.2.2, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.3, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |