summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-08-25 13:51:18 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-08-25 13:51:18 +1000
commit46af622e9da610c775fab77b72f4c5e8fdb522de (patch)
tree5012a5222e1b84ad16c7b9d736980b7dec1ed243
parent5e20d16dd4060a785358fd0860cf5bffd5b23c09 (diff)
xf86-input-libinput 1.4.0xf86-input-libinput-1.4.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ee71c6e..b9ac4b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-libinput],
- [1.3.0],
+ [1.4.0],
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues],
[xf86-input-libinput])
AC_CONFIG_SRCDIR([Makefile.am])
diff --git a/meson.build b/meson.build
index ffa9b87..4c2a821 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('xf86-input-libinput', 'c',
- version: '1.3.0', # bump version in configure.ac
+ version: '1.4.0', # bump version in configure.ac
default_options: ['warning_level=2'],
meson_version: '>= 0.50.0')