diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-09-27 13:55:07 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-09-27 13:55:07 +1000 |
commit | 2064a8a12105b27a2ab6b94f1d84ceca65b6038f (patch) | |
tree | 2e4da55ccb832fdbfbdc37d675cf4539fcad19d3 | |
parent | 916e8296f60f0bcb01b0c7fbc94648e2268a7e7c (diff) |
libinput 1.8.9011.8.901
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 1b372af4..65a1ae1a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', 'cpp', - version : '1.8.0', + version : '1.8.901', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.40.0') |