]> sourceware.org Git - systemtap.git/commitdiff
version bumps for the next release-4.7
authorSerhei Makarov <smakarov@redhat.com>
Mon, 15 Nov 2021 22:23:57 +0000 (17:23 -0500)
committerSerhei Makarov <smakarov@redhat.com>
Mon, 15 Nov 2021 22:23:57 +0000 (17:23 -0500)
NEWS
configure.ac
doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml
systemtap.spec
testsuite/configure.ac

diff --git a/NEWS b/NEWS
index 6f1b4d17a68e223d89e6b90e7039a029fadb1609..5e569eb6fe2d11af9e1de9c2615c7906c21ad588 100644 (file)
--- 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.
 
index b0a823604ca341cca7aba321d6171294f0ccf22b..d8e79f0877d1ebff9559b9ac0badd366122997f1 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.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
 
index e7591c0d1152946532f4e4932dd108a9458e1cc1..7e246bbb70f539ec7c36dbd7926e3066c4bd83c4 100644 (file)
@@ -6,10 +6,10 @@
 <bookinfo id="SystemTap_Beginners_Guide">
        <title>SystemTap Beginners Guide</title>
         <subtitle>Introduction to SystemTap</subtitle>
-       <edition>4.6</edition>        <!-- PRERELEASE -->
+       <edition>4.7</edition>        <!-- PRERELEASE -->
 
        <productname>SystemTap</productname>
-       <productnumber>4.6</productnumber>        <!-- PRERELEASE -->
+       <productnumber>4.7</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 3e4efb230c6ac06309a1e4e81b1092cfa79db30d..1f257c3e5e8de7308c9abf032670e5f0ac4daa10 100644 (file)
@@ -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
 
index 6c85b99328ceff641899d372a037fd3f064dbc78..6fa270e51b318d97886878d4ccfb62efa1b5100d 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.6, systemtap@sourceware.org, systemtap)
+AC_INIT([systemtap], 4.7, systemtap@sourceware.org, systemtap)
 
 AC_PREREQ(2.59)
 AC_CONFIG_AUX_DIR(..)
This page took 0.036476 seconds and 5 git commands to generate.