diff options
author | roland <roland> | 2005-12-20 01:07:43 +0000 |
---|---|---|
committer | roland <roland> | 2005-12-20 01:07:43 +0000 |
commit | dcf0c5412ce638d7801ae779ca05d89b6bc4f734 (patch) | |
tree | 00b723bc9fb12a9065ce7147eaf18bafeca425df /configure.ac | |
parent | f077ddd98822ede40ac03c895ddf42efe498c3f9 (diff) | |
download | systemtap-steved-dcf0c5412ce638d7801ae779ca05d89b6bc4f734.tar.gz systemtap-steved-dcf0c5412ce638d7801ae779ca05d89b6bc4f734.tar.xz systemtap-steved-dcf0c5412ce638d7801ae779ca05d89b6bc4f734.zip |
2005-12-19 Roland McGrath <roland@redhat.com>
* configure.ac, systemtap.spec.in: Version 0.5.2.
* 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 c9dc46b9..bf455795 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.5.1, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5.2, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |