From: Peter Hutterer Date: Wed, 9 Jun 2021 23:46:17 +0000 (+1000) Subject: meson.build: bump to 1.18.900 X-Git-Tag: 1.18.901~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cd6f3c5b8461ff813c9a747ea6680e7d7f4ccbd;p=platform%2Fupstream%2Flibinput.git meson.build: bump to 1.18.900 Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index 1e3066c9..e8971ce9 100644 --- a/meson.build +++ b/meson.build @@ -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')