From: Peter Hutterer Date: Wed, 5 May 2021 02:46:33 +0000 (+1000) Subject: meson.build: bump to 1.17.900 X-Git-Tag: 1.17.901~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1b16c18e5f33c590e8c9e643ed53effe73cbc51;p=platform%2Fupstream%2Flibinput.git meson.build: bump to 1.17.900 Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index b94f53d2..f5208291 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', - version : '1.17.0', + version : '1.17.900', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.47.0')