From b7c74d2a4395bb5f0f4e06ae89d5d2e994f4d1dc Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sun, 3 Mar 2024 14:36:36 -0800 Subject: [PATCH] Release 46.rc --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5426865d..cfc40a97 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in Sysprof 46.rc +==================================== + +Changes since 46.beta + + * Avoid C99 restrict keyword when using C++ + * Add --monitor-bus option to sysprof-cli to record bus address + * Fix compiler warning on integer comparison + Overview of changes in Sysprof 46.beta ====================================== diff --git a/meson.build b/meson.build index 48b35538..fc2a1261 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', 'cpp', license: 'GPL-3.0-or-later', - version: '46.beta', + version: '46.rc', meson_version: '>=0.62.0', default_options: [ 'c_std=gnu17', 'cpp_std=gnu++17',