diff options
author | fche <fche> | 2007-01-29 20:54:32 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-29 20:54:32 +0000 |
commit | c06a9f9f4d4db0deadb267dd60ecfe0a4c095f82 (patch) | |
tree | 9b6f1fa8abc3c6efd9f8386d302506014a9cf491 /configure.ac | |
parent | f38ca6783539f2c62aee59ea5dae6a92b8e99d05 (diff) | |
download | systemtap-steved-c06a9f9f4d4db0deadb267dd60ecfe0a4c095f82.tar.gz systemtap-steved-c06a9f9f4d4db0deadb267dd60ecfe0a4c095f82.tar.xz systemtap-steved-c06a9f9f4d4db0deadb267dd60ecfe0a4c095f82.zip |
2007-01-29 Frank Ch. Eigler <fche@elastic.org>
* configure.ac, configure: Bumped version to 0.5.13 for development.
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 4885374c..60807c56 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.12, systemtap@sources.redhat.com, systemtap) +AC_INIT([systemtap], 0.5.13, systemtap@sources.redhat.com, systemtap) AC_PREREQ(2.59) AM_INIT_AUTOMAKE |