diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-25 09:57:00 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-25 09:57:00 +1000 |
commit | 7f6c1fc4354ff0fbbe43238f54a9ef3a88f05d46 (patch) | |
tree | 8aec0ac0c32fa6695e7ac1ce34796b745c427b8a | |
parent | 8062f419a061b7439cd1bccfcb9327f372521e75 (diff) |
libinput 1.11.31.11.31.11-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 ffb31381..796203da 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', 'cpp', - version : '1.11.2', + version : '1.11.3', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.40.0') |