mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Release 3.40.0
This commit is contained in:
6
NEWS
6
NEWS
@ -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
|
||||
======================================
|
||||
|
||||
|
||||
@ -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')
|
||||
|
||||
Reference in New Issue
Block a user