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:10:09 +0000 (19:10 +0000)
commitd3bfc7d469d5a8d24c12bcefbeb90523fbb2a8db
tree730b0cebe17736b85a9aca823b2b989c3d220df2
parentcebe563f167c1ab507ad2c4f78d2b833b8dda87a
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