Release 3.40.0

This commit is contained in:
Christian Hergert
2021-03-19 17:17:46 -07:00
parent 2c86b4b803
commit 5463c965b1
2 changed files with 8 additions and 2 deletions

6
NEWS
View File

@ -1,3 +1,9 @@
Overview of changes in Sysprof 3.40.0
=====================================
* Improve symbol resolving on OSTree-based systems
* Translation updates
Overview of changes in Sysprof 3.39.94
======================================

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.39.94',
version: '3.40.0',
meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version = '40.beta2'
symbolic_version = '40.0'
gnome = import('gnome')
pkgconfig = import('pkgconfig')