Release 3.39.94 (40.beta2)

This commit is contained in:
Christian Hergert
2021-02-25 14:43:14 -08:00
parent 7e92b3e14b
commit 311405fd84
3 changed files with 20 additions and 2 deletions

View File

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