]> sourceware.org Git - systemtap.git/commitdiff
bump version numbers
authorSagar Patel <sapatel@redhat.com>
Tue, 19 Nov 2019 00:15:20 +0000 (19:15 -0500)
committerSagar Patel <sapatel@redhat.com>
Tue, 19 Nov 2019 00:15:30 +0000 (19:15 -0500)
configure
configure.ac
doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
testsuite/configure.ac

index ff42ae20869b7169617bc387212da5de56804fd4..187fdce66dae5f4e8391fe4cd8bbb4d5d15731a2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for systemtap 4.2.
+# Generated by GNU Autoconf 2.69 for systemtap 4.3.
 #
 # Report bugs to <systemtap@sourceware.org>.
 #
@@ -580,8 +580,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='systemtap'
 PACKAGE_TARNAME='systemtap'
-PACKAGE_VERSION='4.2'
-PACKAGE_STRING='systemtap 4.2'
+PACKAGE_VERSION='4.3'
+PACKAGE_STRING='systemtap 4.3'
 PACKAGE_BUGREPORT='systemtap@sourceware.org'
 PACKAGE_URL=''
 
@@ -1512,7 +1512,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures systemtap 4.2 to adapt to many kinds of systems.
+\`configure' configures systemtap 4.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1583,7 +1583,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of systemtap 4.2:";;
+     short | recursive ) echo "Configuration of systemtap 4.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1787,7 +1787,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-systemtap configure 4.2
+systemtap configure 4.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2414,7 +2414,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by systemtap $as_me 4.2, which was
+It was created by systemtap $as_me 4.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3391,7 +3391,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='systemtap'
- VERSION='4.2'
+ VERSION='4.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13909,7 +13909,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by systemtap $as_me 4.2, which was
+This file was extended by systemtap $as_me 4.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13975,7 +13975,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-systemtap config.status 4.2
+systemtap config.status 4.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index e96cf66cc83f63497b8ed89bbbd8fe21724b2c25..5715a001c2ef829f82dc407a3eabc7e79779eeff 100644 (file)
@@ -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], 4.2, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 4.3, systemtap@sourceware.org, systemtap)
 dnl                  ^^^ see also NEWS, systemtap.spec, testsuite/configure.ac
 dnl                      doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
 
index 10ff5152f0b224b4b706e2f1e06a0857d1586a3e..ceb7a31f5a3de39a5a0ccea67e27e822075cb115 100644 (file)
@@ -6,10 +6,10 @@
 <bookinfo id="SystemTap_Beginners_Guide">
        <title>SystemTap Beginners Guide</title>
         <subtitle>Introduction to SystemTap</subtitle>
-       <edition>4.2</edition>        <!-- PRERELEASE -->
+       <edition>4.3</edition>        <!-- PRERELEASE -->
 
        <productname>SystemTap</productname>
-       <productnumber>4.2</productnumber>        <!-- PRERELEASE -->
+       <productnumber>4.3</productnumber>        <!-- PRERELEASE -->
 
        <pubsnumber>2</pubsnumber>
        <abstract><para>This guide provides basic instructions on how to use SystemTap to monitor different subsystems of a Linux system in finer detail.</para></abstract>
index 23b551c9161d969203360f852a4829aa6e10fd13..0a3aecfb0d382403676be7c3e44255265c5cab01 100644 (file)
@@ -1,7 +1,7 @@
 dnl configure.ac --- autoconf input file for systemtap testsuite
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([systemtap], 4.2, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 4.333, systemtap@sourceware.org, systemtap)
 
 AC_PREREQ(2.59)
 AC_CONFIG_AUX_DIR(..)
This page took 0.051202 seconds and 5 git commands to generate.