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