diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-07-03 15:07:20 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-07-03 15:07:20 +1000 |
commit | 401728a1574ef886ddb7fa19cd8ed196420d7931 (patch) | |
tree | 45b456e0ce8b067ca7beb6646c65ac7d9724a57b | |
parent | 945122c6919a00dbb6fcd5c0ad17736f1c23d410 (diff) |
configure.ac: libinput 1.8.01.8.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index a66371cd..eabc9e14 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.64]) m4_define([libinput_major_version], [1]) -m4_define([libinput_minor_version], [7]) -m4_define([libinput_micro_version], [902]) +m4_define([libinput_minor_version], [8]) +m4_define([libinput_micro_version], [0]) m4_define([libinput_version], [libinput_major_version.libinput_minor_version.libinput_micro_version]) diff --git a/meson.build b/meson.build index bc639718..5ee15204 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libinput', 'c', 'cpp', - version : '1.7.902', + version : '1.8.0', license : 'MIT/Expat', default_options : [ 'c_std=gnu99', 'warning_level=2' ], meson_version : '>= 0.40.0') |