diff options
author | fche <fche> | 2005-09-07 20:16:38 +0000 |
---|---|---|
committer | fche <fche> | 2005-09-07 20:16:38 +0000 |
commit | ea4c544b881ca6c20d0097e326c0a2880f58e35a (patch) | |
tree | 5a3eb9ac3be3f1f3f4275838b3f1f23f139e5407 /configure.ac | |
parent | 1d7df0d530e989692352b164426f8cd1bf52493c (diff) | |
download | systemtap-steved-ea4c544b881ca6c20d0097e326c0a2880f58e35a.tar.gz systemtap-steved-ea4c544b881ca6c20d0097e326c0a2880f58e35a.tar.xz systemtap-steved-ea4c544b881ca6c20d0097e326c0a2880f58e35a.zip |
bumping version number
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 410e4d3d..f5b640c2 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.3.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.4, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |