xf86-input-libinput 1.4.0

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer
2023-08-25 13:51:18 +10:00
parent 5e20d16dd4
commit 46af622e9d
2 changed files with 2 additions and 2 deletions

View File

@@ -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])

View File

@@ -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')