meson: make version numbers ints and fix int/string comparison
authorTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 17:22:14 +0000 (17:22 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 17:22:14 +0000 (17:22 +0000)
commit24f9c2dcb325fa00a0aa297c7b9af869df123446
treec031cc9d94e6411148acba1fcd0bc18476e0b733
parentffa4dc4dce8c44f372b361ef00fb7715eb5cbb87
meson: make version numbers ints and fix int/string comparison

WARNING: Trying to compare values of different types (str, int).
The result of this is undefined and will become a hard error
in a future Meson release.
meson.build