meson: make version numbers ints and fix int/string comparison
authorTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 19:22:17 +0000 (19:22 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 19:22:17 +0000 (19:22 +0000)
commit7e28f455507fd2c418393142f46a6ab83a98c6ff
tree7ad7b76fbd7665c455e5f5297fbadf9abb3a76be
parent448105578bd6b31d8c3992f137389a56132bd551
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