diff options
author | fche <fche> | 2005-12-02 19:34:36 +0000 |
---|---|---|
committer | fche <fche> | 2005-12-02 19:34:36 +0000 |
commit | 5ef5d3d552abdda6a422175dc4d379ff38319908 (patch) | |
tree | 0ecfe3d3037de59f17e798e9f4d161eda8b7c292 /configure.ac | |
parent | 1e665ba9d06c7eae745416c6d04b78adae37f7c0 (diff) | |
download | systemtap-steved-5ef5d3d552abdda6a422175dc4d379ff38319908.tar.gz systemtap-steved-5ef5d3d552abdda6a422175dc4d379ff38319908.tar.xz systemtap-steved-5ef5d3d552abdda6a422175dc4d379ff38319908.zip |
2005-12-02 Frank Ch. Eigler <fche@elastic.org>
* configure.ac: Bump version number.
* stap.1.in: Document some of the new print/stats stuff.
* configure: Regenerated.
* systemtap.spec.in: Enable ia64 and ppc builds.
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 88e68f06..50c5c710 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.4.2, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |