release 3.0.1

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-16 15:14:13 +01:00
parent 9b5c988b7b
commit 6b8600a33e
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-intel],
[2.99.917],
[3.0.1],
[https://github.com/X11Libre/xf86-video-sis/issues],
[xlibre-xf86-video-intel])
AC_CONFIG_SRCDIR([Makefile.am])

View File

@@ -1,5 +1,5 @@
project('xf86-video-intel', 'c',
version : '2.99.917',
version : '3.0.1',
default_options: [
'warning_level=2',
'c_std=gnu99',