summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2023-04-04 14:56:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2023-04-04 14:56:40 +1000
commit8cf533df3a7c7d602fbec8a675c3621682663d35 (patch)
tree3543b54074539f638b13cbd6109fd5e833dd4230
parent484b6a7f3ffb2641c8c35043145be4e5eca26112 (diff)
downloadxorg-driver-xf86-input-libinput-8cf533df3a7c7d602fbec8a675c3621682663d35.tar.gz
xf86-input-libinput 1.3.0xf86-input-libinput-1.3.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 3b34b8e..ee71c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
AC_INIT([xf86-input-libinput],
- [1.2.1],
+ [1.3.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 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')