diff --git a/meson.build b/meson.build index 4784218..95c7aef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('vs-placebo', ['c', 'cpp'], default_options: ['buildtype=release', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++11'], meson_version: '>=0.51.0', - version: '1.4.1' + version: '1.4.2' ) win32 = host_machine.system() == 'windows' or host_machine.system() == 'cgywin'