diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-21 10:47:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-01-21 10:47:13 +1000 |
commit | 9da9118edc3092e32e247a227394c257b2c30404 (patch) | |
tree | 2ca92cdf3b336f24762c35bfd2333863480ab07a | |
parent | be762cc492fe82602a851faa71815250ae430eae (diff) |
libinput 1.12.61.12.61.12-branch
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 014cb536..8127c674 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', 'cpp', - version : '1.12.5', + version : '1.12.6', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.41.0') |