Release Sysprof 45.0

This commit is contained in:
Christian Hergert
2023-09-16 16:07:14 -07:00
parent 684afeef57
commit 4b5fb5fdc9
2 changed files with 10 additions and 1 deletions

9
NEWS
View File

@ -1,3 +1,12 @@
Overview of changes in Sysprof 45.0
===================================
Changes since 45.rc:
* Ignore swapper/# scheduler details to better show activity
* Update some subsystem name extraction
* Translation updates
Overview of changes in Sysprof 45.rc
====================================

View File

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