meson: fix darwin_versions
This commit fixes the values passed to darwin_versions. When transitioning from an autotools build, one should always use:
[lt_current + 1, '@0@.@1@.0'.format(lt_current + 1, lt_revision)]
This commit fixes the values passed to darwin_versions. When transitioning from an autotools build, one should always use:
[lt_current + 1, '@0@.@1@.0'.format(lt_current + 1, lt_revision)]