From de15932dd9ab1b4f229b7567ac4a3c7493722257 Mon Sep 17 00:00:00 2001 From: Peter Urban Date: Mon, 28 Oct 2024 06:47:17 +0100 Subject: [PATCH] investigating build problems --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 85ce21f..02c8814 100644 --- a/meson.build +++ b/meson.build @@ -9,7 +9,7 @@ project( 'cpp', license: 'MPL-2.0', - version: '0.8.2', + version: '0.8.3', default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'], meson_version: '>=1.3.2' #first version with clang-cl openmp support )