From 0d9184cb769d38f3cf5a92004211315e5407183d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 24 Jun 2021 08:26:19 +1000 Subject: [PATCH] xf86-input-libinput 1.1.0 Signed-off-by: Peter Hutterer --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 511d5b8..176d22e 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-input-libinput], - [1.0.1], + [1.1.0], [https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues], [xf86-input-libinput]) AC_CONFIG_SRCDIR([Makefile.am])