summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-12-21 21:10:25 -0600
committerDavid Smith <dsmith@redhat.com>2009-12-21 21:10:25 -0600
commit0710d8505ae1760d0908f0215a4a90c60aa64484 (patch)
tree4be73918129c464a0ccd201b7bcc5156094dccf5 /configure.ac
parentb8b815b7163b3df61a7364e404a282cb17d775db (diff)
downloadsystemtap-steved-0710d8505ae1760d0908f0215a4a90c60aa64484.tar.gz
systemtap-steved-0710d8505ae1760d0908f0215a4a90c60aa64484.tar.xz
systemtap-steved-0710d8505ae1760d0908f0215a4a90c60aa64484.zip
Incremented version number for release 1.1.
* NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
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 626d2cd9..f14fdc91 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], 1.0, systemtap@sources.redhat.com, systemtap)
+AC_INIT([systemtap], 1.1, systemtap@sources.redhat.com, systemtap)
dnl ^^^ see also NEWS, systemtap.spec, testsuite/configure.ac
AC_PREREQ(2.59)