From b91d99f508da6f7786bb00c27fc80867f696b654 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Thu, 18 Dec 2025 18:41:53 +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 bb70123..ec5aefc 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xlibre-xf86-video-amdgpu], - [25.0.0], + [25.0.1], [https://github.com/X11Libre/xf86-video-amdgpu/issues], [xlibre-xf86-video-amdgpu]) diff --git a/meson.build b/meson.build index 6ee63ba..5da1ea2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xf86-video-amdgpu', 'c', - version: '23.0.0', + version: '25.0.1', license: 'MIT', meson_version: '>=0.59.0', default_options: ['warning_level=1']