diff --git a/NEWS b/NEWS index 528c0472..ddb264d2 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Overview of changes in Sysprof 48.rc +==================================== + + * Fix drawing of Y-reversed data point markers + * Make greeter save environment variables to state file for reuse + * Use D-Bus power profiles bus name rather than legacy D-Bus bus name + * Translation updates + Overview of changes in Sysprof 48.beta ====================================== diff --git a/meson.build b/meson.build index c4c709bd..c4bcb531 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('sysprof', 'c', 'cpp', license: 'GPL-3.0-or-later', - version: '48.beta', + version: '48.rc', meson_version: '>= 1.0.0', default_options: [ 'c_std=gnu17', 'cpp_std=gnu++17',