diff --git a/meson.build b/meson.build index bec618c..651c9da 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=c17', 'cpp_std=c++20'], meson_version: '>=1.4.0', - version: '3.0.0' + version: '3.0.1' ) cc = meson.get_compiler('c')