diff options
author | roland <roland> | 2005-11-01 00:24:05 +0000 |
---|---|---|
committer | roland <roland> | 2005-11-01 00:24:05 +0000 |
commit | ae65ed5c1f6787bf9073be15ec62706d9b459132 (patch) | |
tree | f58bedb020833c9162d2c0ecf9c559b723f9da33 /configure.ac | |
parent | 0174daa3c0869175d80779f3ec92dfbb9bcd6ab3 (diff) | |
download | systemtap-steved-ae65ed5c1f6787bf9073be15ec62706d9b459132.tar.gz systemtap-steved-ae65ed5c1f6787bf9073be15ec62706d9b459132.tar.xz systemtap-steved-ae65ed5c1f6787bf9073be15ec62706d9b459132.zip |
2005-10-31 Roland McGrath <roland@redhat.com>
* systemtap.spec.in, configure.ac: Version 0.4.2 cooked.
* configure: Regenerated.
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 4212afce..88e68f06 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.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.4.2, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |