From: Peter Hutterer Date: Sun, 22 Mar 2020 00:51:01 +0000 (+1000) Subject: meson.build: bump to 1.15.900 X-Git-Tag: 1.15.901~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7814bcfed06e8c6ca39a74ef25bb080fe81012f0;p=platform%2Fupstream%2Flibinput.git meson.build: bump to 1.15.900 Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index 63e42e8d..0fa3031e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', - version : '1.15.3', + version : '1.15.900', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.41.0')