meson: make version numbers ints and fix int/string comparison
authorTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 19:09:45 +0000 (19:09 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 19:13:35 +0000 (19:13 +0000)
commit34276dc373094084d65c992c819d6e9b8093d7c3
tree4a6f2187105e145817626e418a055c0a9b09fb98
parent8749c61e956868bfc75d6adca07c46486c327bd0
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