diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2020-04-28 14:20:01 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2020-05-20 11:27:26 -0400 |
commit | 69a5eaad6c474bc7d397dbade39c8180e8351a81 (patch) | |
tree | 3569714522b6bc7ac742f508eddcbba5747e2322 /meson.build | |
parent | markup conversion (diff) |
0.11.0 in_source_files, changed tracking of code blocks
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index d6bb5de..74ad756 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('spine', 'd', - license: 'AGPL3', - version: '0.9.2', + license: 'AGPL-3', + version: '0.11.0', meson_version: '>=0.46' ) #if meson.get_compiler('d').get_id() == 'gcc' |