update driver version

This commit is contained in:
Joseph Crowell
2026-02-12 10:07:24 +10:00
parent 17fab4a358
commit 3f2da8f9b7
2 changed files with 2 additions and 2 deletions

View File

@@ -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])

View File

@@ -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']