From 52c1ab55f04449ad969bed9f1f4d210dd90b2bbd Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 26 Jan 2026 20:44:44 +0100 Subject: [PATCH] release 25.0.1 Signed-off-by: Enrico Weigelt, metux IT consult --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5a606032..19277c0d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xlibre-xf86-video-intel], - [25.0.0], + [25.0.1], [https://github.com/X11Libre/xf86-video-sis/issues], [xlibre-xf86-video-intel]) AC_CONFIG_SRCDIR([Makefile.am]) diff --git a/meson.build b/meson.build index 67e7ab6e..826838fb 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('xf86-video-intel', 'c', - version : '25.0.0', + version : '25.0.1', default_options: [ 'warning_level=2', 'c_std=gnu99',