summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-04-01 22:33:45 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-04-01 22:33:45 -0400
commitdce99706064883364724188687dd0499b5f4440c (patch)
treeee6acfebadb9330ee35fd8ed9073eea5e3470818 /configure.ac
parent5e5189b38b0b1b788d32190361961d18e4456ae6 (diff)
parenteace89a86a89977dccb4e943192becc5be47cef1 (diff)
downloadsystemtap-steved-dce99706064883364724188687dd0499b5f4440c.tar.gz
systemtap-steved-dce99706064883364724188687dd0499b5f4440c.tar.xz
systemtap-steved-dce99706064883364724188687dd0499b5f4440c.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
* 'master' of git://sources.redhat.com/git/systemtap: removing another part of retired LKET removing abandoned experiment: safety/* disassembly/symbol checks Revert "Just a test commit" Just a test commit bump autoconf* version numbers to 0.7 replace mentions of CVS with GIT in docuemntation files
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f343faef..fa14516c 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.6.2, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 0.7, systemtap@sources.redhat.com, systemtap)
dnl ^^^ see also NEWS, testsuite/configure.ac
AC_PREREQ(2.59)