release 3.42.1

This commit is contained in:
Christian Hergert
2021-11-04 10:24:52 -07:00
parent 708dd8d6bc
commit 2903f08d02
3 changed files with 13 additions and 2 deletions

View File

@ -1,6 +1,6 @@
project('sysprof', 'c',
license: ['GPL3+', 'GPL2+'],
version: '3.42.0',
version: '3.42.1',
meson_version: '>=0.51.0',
default_options: [ 'c_std=gnu11',
'cpp_std=c++11',
@ -8,7 +8,7 @@ project('sysprof', 'c',
]
)
symbolic_version = '41.0'
symbolic_version = '41.1'
gnome = import('gnome')
pkgconfig = import('pkgconfig')