fixing windows compilation issues, bumping version

This commit is contained in:
2026-01-11 14:01:37 +01:00
parent 32987f0afe
commit 33ae4c3a37
6 changed files with 26 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
project('MacroLibX',
['c', 'cpp'],
version : '2.2.3',
version : '2.2.4',
license : 'MIT',
meson_version : '>= 1.9.0',
default_options : ['warning_level=2', 'optimization=3', 'cpp_std=c++20'])