From 4eb6691efeef4969a05b1d6b77d980943fb9760e Mon Sep 17 00:00:00 2001 From: callmetango Date: Mon, 2 Feb 2026 18:22:27 +0000 Subject: [PATCH] release 25.0.1 Signed-off-by: callmetango --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 46a210b..ce87e51 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xlibre-xf86-input-libinput], - [25.0.0], + [25.0.1], [https://github.com/X11Libre/xf86-input-libinput/issues], [xlibre-xf86-input-libinput]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index 674ff1b..a49f3f4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xf86-input-libinput', 'c', - version: '25.0.0', + version: '25.0.1', default_options: ['warning_level=2'], meson_version: '>= 0.50.0')