summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-07-16 23:06:50 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-07-16 23:06:50 -0400
commitcfaa068c90fc746a690ae6270306782bea0187a9 (patch)
treee974ec8e43e2fccb4c1b1cdbeecf51598236409a /configure.ac
parent52dc659ce523a2c9ad93a7c61eb6598704fdae44 (diff)
downloadsystemtap-steved-cfaa068c90fc746a690ae6270306782bea0187a9.tar.gz
systemtap-steved-cfaa068c90fc746a690ae6270306782bea0187a9.tar.xz
systemtap-steved-cfaa068c90fc746a690ae6270306782bea0187a9.zip
version bump to 0.7.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index c7338f80..6728ace7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl configure.ac --- autoconf input file for systemtap
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([systemtap], 0.7, systemtap@sources.redhat.com, systemtap)
-dnl ^^^ see also NEWS, testsuite/configure.ac
+AC_INIT([systemtap], 0.7.1, systemtap@sources.redhat.com, systemtap)
+dnl ^^^^^ see also NEWS, systemtap.spec, testsuite/configure.ac
AC_PREREQ(2.59)
AM_INIT_AUTOMAKE
@@ -231,7 +231,7 @@ AC_CHECK_HEADERS([tr1/unordered_map])
AC_LANG_POP(C++)
AC_CONFIG_HEADERS([config.h:config.in])
-AC_CONFIG_FILES(Makefile doc/Makefile systemtap.spec stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5)
+AC_CONFIG_FILES(Makefile doc/Makefile stap.1 stapprobes.5 stapfuncs.5 stapvars.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5)
AC_CONFIG_SUBDIRS(testsuite)
AC_OUTPUT