diff --git a/configure.ac b/configure.ac index ab682cde..1ed8cc1d 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/meson.build b/meson.build index 9be57920..d35a17bc 100644 --- a/meson.build +++ b/meson.build @@ -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',