meson: make version numbers ints and fix int/string comparison
authorTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 17:17:51 +0000 (17:17 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 8 Feb 2018 17:18:32 +0000 (17:18 +0000)
commit5b970a75fa3b99906245b8cfc71cafc049c6ef4b
treea1647700f53ee5e8da87e514fe6c122e8d0ec8fd
parent992fb96843cd06a5fd066e296db8b6099a72a9a0
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