release 25.0.1

Signed-off-by: callmetango <callmetango@users.noreply.github.com>
This commit is contained in:
callmetango
2026-02-02 18:22:27 +00:00
parent 868a03004e
commit 4eb6691efe
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
# Initialize Autoconf # Initialize Autoconf
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT([xlibre-xf86-input-libinput], AC_INIT([xlibre-xf86-input-libinput],
[25.0.0], [25.0.1],
[https://github.com/X11Libre/xf86-input-libinput/issues], [https://github.com/X11Libre/xf86-input-libinput/issues],
[xlibre-xf86-input-libinput]) [xlibre-xf86-input-libinput])
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])

View File

@@ -1,5 +1,5 @@
project('xf86-input-libinput', 'c', project('xf86-input-libinput', 'c',
version: '25.0.0', version: '25.0.1',
default_options: ['warning_level=2'], default_options: ['warning_level=2'],
meson_version: '>= 0.50.0') meson_version: '>= 0.50.0')