From: Peter Hutterer Date: Wed, 30 Jan 2019 23:46:51 +0000 (+1000) Subject: meson.build: bump to 1.12.900 X-Git-Tag: 1.12.901~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4e97f68b59034512d83d2da030eddbf53025819;p=platform%2Fupstream%2Flibinput.git meson.build: bump to 1.12.900 Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index f2f3dd1d..4e60c0bd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', - version : '1.12.3', + version : '1.12.900', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.41.0')