From ff0c5eccf952ba88616add23734232129b7af894 Mon Sep 17 00:00:00 2001 From: Sagar Patel Date: Mon, 18 Nov 2019 19:15:20 -0500 Subject: [PATCH] bump version numbers --- configure | 20 +++++++++---------- configure.ac | 2 +- .../en-US/Book_Info.xml | 4 ++-- testsuite/configure.ac | 2 +- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configure b/configure index ff42ae208..187fdce66 100755 --- 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 . # @@ -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\\" diff --git a/configure.ac b/configure.ac index e96cf66cc..5715a001c 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], 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 diff --git a/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml b/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml index 10ff5152f..ceb7a31f5 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml @@ -6,10 +6,10 @@ SystemTap Beginners Guide Introduction to SystemTap - 4.2 + 4.3 SystemTap - 4.2 + 4.3 2 This guide provides basic instructions on how to use SystemTap to monitor different subsystems of a Linux system in finer detail. diff --git a/testsuite/configure.ac b/testsuite/configure.ac index 23b551c91..0a3aecfb0 100644 --- a/testsuite/configure.ac +++ b/testsuite/configure.ac @@ -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(..) -- 2.43.5