Release Sysprof for GNOME 46.0

This commit is contained in:
Christian Hergert
2024-03-15 15:34:21 -07:00
parent 462343cd0f
commit 594a3037c0
2 changed files with 11 additions and 1 deletions

10
NEWS
View File

@ -1,3 +1,13 @@
Overview of changes in Sysprof 46.0
===================================
Changes since 46.rc
* Flamegraph and callgraph colorization improvements
* Fix graphics page for GTK counters
* Fix missing summary icon
* Translation updates
Overview of changes in Sysprof 46.rc
====================================

View File

@ -1,6 +1,6 @@
project('sysprof', 'c', 'cpp',
license: 'GPL-3.0-or-later',
version: '46.rc',
version: '46.0',
meson_version: '>=0.62.0',
default_options: [ 'c_std=gnu17',
'cpp_std=gnu++17',