From 3f2da8f9b79f9153e5c15f04b2bf7d9700f9047b Mon Sep 17 00:00:00 2001 From: Joseph Crowell Date: Thu, 12 Feb 2026 10:07:24 +1000 Subject: [PATCH] update driver version --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 020883b..3b27508 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.1], + [25.1.0], [https://github.com/X11Libre/xf86-video-amdgpu/issues], [xlibre-xf86-video-amdgpu]) diff --git a/meson.build b/meson.build index 7609c5f..f138884 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'xf86-video-amdgpu', 'c', - version: '25.0.1', + version: '25.1.0', license: 'MIT', meson_version: '>=0.59.0', default_options: ['warning_level=1']