diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-20 10:38:35 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-20 12:36:10 -0500 |
commit | c6ee6dc7e5de7f8a16e8591603301993b6304e23 (patch) | |
tree | aacb3f1968ed556e7119ed98a9c489dc48df7ca4 /meson.build | |
parent | ocda, structs (replacing tuples) (diff) |
0.14.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 51ad7b1..31bb85f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('spine', 'd', license: 'AGPL-3', - version: '0.13.0', + version: '0.14.0', meson_version: '>=0.46' ) #if meson.get_compiler('d').get_id() == 'gcc' |