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