From 77abac91d14dd0b35c60d47453efe4703b077e68 Mon Sep 17 00:00:00 2001 From: Serguei Makarov Date: Tue, 11 May 2021 11:25:20 -0400 Subject: [PATCH] version bumps for the next release-4.6 --- NEWS | 2 ++ configure.ac | 2 +- doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml | 4 ++-- systemtap.spec | 2 +- testsuite/configure.ac | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 26cb77b8d..3e660bbcc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* What's new in version 4.6, PRERELEASE + * What's new in version 4.5, 2021-05-07 - Java probing support has been updated to work with the latest diff --git a/configure.ac b/configure.ac index 6abed3cd2..d4fd9e1b0 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.5, systemtap@sourceware.org, systemtap) +AC_INIT([systemtap], 4.6, 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 4d26ca134..e7591c0d1 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.5 + 4.6 SystemTap - 4.5 + 4.6 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/systemtap.spec b/systemtap.spec index 3e933ea39..b75f30c22 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -89,7 +89,7 @@ %define __brp_mangle_shebangs_exclude_from .stp$ Name: systemtap -Version: 4.5 +Version: 4.6 Release: 1%{?release_override}%{?dist} # for version, see also configure.ac diff --git a/testsuite/configure.ac b/testsuite/configure.ac index d8c38acfa..6c85b9932 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.5, systemtap@sourceware.org, systemtap) +AC_INIT([systemtap], 4.6, systemtap@sourceware.org, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) -- 2.43.5