From 5cdd42d07bca3745fbf1e078f08dd3d1d8de7a42 Mon Sep 17 00:00:00 2001 From: quietvoid <39477805+quietvoid@users.noreply.github.com> Date: Mon, 25 Apr 2022 14:41:12 -0400 Subject: [PATCH] Bump version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'