Update to wren 0.4.0

This commit is contained in:
King_DuckZ 2021-06-23 17:35:47 +02:00
commit b2d1b92c36
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('wren', 'c',
version: '0.3.0',
version: '0.4.0',
meson_version: '>=0.54.0',
default_options: ['buildtype=release', 'c_std=c99', 'build_testing=true'],
)