diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-02-21 12:37:11 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-02-21 12:37:11 -0500 |
commit | 3b13e62af943b8194ea8661748c10924f1c352d0 (patch) | |
tree | b46812be3059ac5bb7a4f54d31194988dbde2ead /meson.build | |
parent | CHANGELOG (git log) (diff) |
0.18.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 226e198..6ebe0dc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('spine', 'd', license: 'AGPL-3', - version: '0.17.0', + version: '0.18.0', meson_version: '>=0.46' ) #if meson.get_compiler('d').get_id() == 'gcc' |