meson.build: bump to 1.18.900

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2021-06-10 09:46:17 +10:00
parent 1f548864bc
commit 9cd6f3c5b8

View file

@ -1,5 +1,5 @@
project('libinput', 'c',
version : '1.18.0',
version : '1.18.900',
license : 'MIT/Expat',
default_options : [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.47.0')