diff --git a/meson.build b/meson.build index 3a3f1f57..1e8db587 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('sysprof', ['c', 'cpp'], - license: ['GPL3+', 'GPL2+'], + license: ['GPL3+', 'GPL2+'], version: '3.33.92', - meson_version: '>=0.50.0', + meson_version: '>=0.50.0', default_options: [ 'c_std=gnu11', 'cpp_std=c++11', 'warning_level=2',