Release 3.42.0 (GNOME 41.0)

This commit is contained in:
Christian Hergert
2021-09-21 16:41:52 -07:00
parent 5a7d79f0b4
commit f49681cb23
3 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.40.1',
version: '3.42.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.0'
symbolic_version = '41.0'
gnome = import('gnome')
pkgconfig = import('pkgconfig')