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