From 5bc5f9eb700f36551ce4af9f9379fc767e112967 Mon Sep 17 00:00:00 2001 From: Serhei Makarov Date: Mon, 15 Nov 2021 17:23:57 -0500 Subject: [PATCH] version bumps for the next release-4.7 --- NEWS | 4 +++- configure.ac | 2 +- doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml | 4 ++-- systemtap.spec | 2 +- testsuite/configure.ac | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 6f1b4d17a..5e569eb6f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,6 @@ -* What's new in version 4.6 +* What's new in version 4.7, PRERELEASE + +* What's new in version 4.6, 2021-11-15 - SystemTap has added support for the 64-bit RISC-V architecture. diff --git a/configure.ac b/configure.ac index b0a823604..d8e79f087 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.6, systemtap@sourceware.org, systemtap) +AC_INIT([systemtap], 4.7, 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 e7591c0d1..7e246bbb7 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.6 + 4.7 SystemTap - 4.6 + 4.7 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 3e4efb230..1f257c3e5 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -89,7 +89,7 @@ %define __brp_mangle_shebangs_exclude_from .stp$ Name: systemtap -Version: 4.6 +Version: 4.7 Release: 1%{?release_override}%{?dist} # for version, see also configure.ac diff --git a/testsuite/configure.ac b/testsuite/configure.ac index 6c85b9932..6fa270e51 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.6, systemtap@sourceware.org, systemtap) +AC_INIT([systemtap], 4.7, systemtap@sourceware.org, systemtap) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR(..) -- 2.43.5