Release 3.48.0 (GNOME 44.0)

This commit is contained in:
Christian Hergert
2023-03-17 12:11:30 -07:00
parent 15b6f9385b
commit 94a6aff06a
3 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.46.1',
version: '3.48.0',
meson_version: '>=0.59.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version = '43.0'
symbolic_version = '44.0'
gnome = import('gnome', required: get_option('gtk'))
pkgconfig = import('pkgconfig')