diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:07:27 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-06-29 13:07:27 -0400 |
commit | f2d12a2acae45c50506c04a6da707463f85a8263 (patch) | |
tree | 6ad118cc66c616cea7c01b7c30d5fae9eeb60600 /meson.build | |
parent | shallow clone for install directory (diff) |
0.17.0
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 99e0b59..226e198 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('spine', 'd', license: 'AGPL-3', - version: '0.16.0', + version: '0.17.0', meson_version: '>=0.46' ) #if meson.get_compiler('d').get_id() == 'gcc' |