From 8cf533df3a7c7d602fbec8a675c3621682663d35 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 4 Apr 2023 14:56:30 +1000 Subject: xf86-input-libinput 1.3.0 Signed-off-by: Peter Hutterer --- configure.ac | 2 +- meson.build | 2 +- 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') -- cgit v1.2.1