From 5ef5d3d552abdda6a422175dc4d379ff38319908 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 2 Dec 2005 19:34:36 +0000 Subject: 2005-12-02 Frank Ch. Eigler * 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit