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:09:45 +0000 (19:09 +0000)
commitdc32346562cea5c268df418099d7fbb2e8ef8845
tree7707216ad7c06f9cb7f8c466fa757e58f3955987
parent891425d537850705aeb0b98ea18beb3f4eb12518
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