diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2023-04-04 14:56:30 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2023-04-04 14:56:40 +1000 |
commit | 8cf533df3a7c7d602fbec8a675c3621682663d35 (patch) | |
tree | 3543b54074539f638b13cbd6109fd5e833dd4230 /meson.build | |
parent | 484b6a7f3ffb2641c8c35043145be4e5eca26112 (diff) |
xf86-input-libinput 1.3.0xf86-input-libinput-1.3.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index cb0926f..ffa9b87 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xf86-input-libinput', 'c', - version: '1.2.1', # bump version in configure.ac + version: '1.3.0', # bump version in configure.ac default_options: ['warning_level=2'], meson_version: '>= 0.50.0') |