Update to wren 0.4.0
This commit is contained in:
parent
f985abca61
commit
b2d1b92c36
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
project('wren', 'c',
|
project('wren', 'c',
|
||||||
version: '0.3.0',
|
version: '0.4.0',
|
||||||
meson_version: '>=0.54.0',
|
meson_version: '>=0.54.0',
|
||||||
default_options: ['buildtype=release', 'c_std=c99', 'build_testing=true'],
|
default_options: ['buildtype=release', 'c_std=c99', 'build_testing=true'],
|
||||||
)
|
)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cd012469976d1a9da796581cd9a9591842cb0cf8
|
Subproject commit 4a18fc489f9ea3d253b20dd40f4cdad0d6bb40eb
|
Loading…
Reference in a new issue