From 6a7aa1a180807e49cfeeccdb0eb460b41092a229 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 22 Sep 2009 18:57:19 -0700 Subject: Version bumps for the 1.0 release --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d3cdd227..fa3a09bb 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.9.9, systemtap@sources.redhat.com, systemtap) -dnl ^^^^^ see also NEWS, systemtap.spec, testsuite/configure.ac +AC_INIT([systemtap], 1.0, systemtap@sources.redhat.com, systemtap) +dnl ^^^ see also NEWS, systemtap.spec, testsuite/configure.ac AC_PREREQ(2.59) AM_INIT_AUTOMAKE -- cgit