chore: bump c and project versions
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user