diff options
author | fche <fche> | 2006-05-05 21:39:01 +0000 |
---|---|---|
committer | fche <fche> | 2006-05-05 21:39:01 +0000 |
commit | 6f231a27acfc18d69092b65ee701e622423e8693 (patch) | |
tree | 3e33e5a251084658baaba51f55050df0e3c8ee92 /configure.ac | |
parent | 708a511bd92ec7ba3ff8787c67b3058dbdaa5f3a (diff) | |
download | systemtap-steved-6f231a27acfc18d69092b65ee701e622423e8693.tar.gz systemtap-steved-6f231a27acfc18d69092b65ee701e622423e8693.tar.xz systemtap-steved-6f231a27acfc18d69092b65ee701e622423e8693.zip |
2006-05-05 Frank Ch. Eigler <fche@elastic.org>
* configure.ac, systemtap.spec.in: Bump version to 0.5.6.
* 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 dbca0f48..b7dd4197 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.5, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5.6, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |