diff --git a/meson.build b/meson.build index e0d9a9d..e088ad7 100644 --- a/meson.build +++ b/meson.build @@ -8,7 +8,7 @@ project( 'themachinethatgoesping_pingprocessing', 'cpp', license: 'MPL-2.0', - version: '0.9.3', + version: '0.10.0', default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'], meson_version: '>=1.3.2' #first version with clang-cl openmp support )