chore: bump c and project versions

This commit is contained in:
2025-09-12 21:48:48 +02:00
parent ff90146aee
commit aef9914747

View File

@@ -1,8 +1,8 @@
project( project(
'testlib', 'testlib',
'c', 'c',
version: '0.1', version: '0.2',
default_options: ['c_std=c17', 'warning_level=3'], default_options: ['c_std=c18', 'warning_level=3'],
) )
cc = meson.get_compiler('c') cc = meson.get_compiler('c')