parent
c5a6568184
commit
cb592ac816
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
AC_PREREQ([2.63])
|
AC_PREREQ([2.63])
|
||||||
AC_INIT([libdrm],
|
AC_INIT([libdrm],
|
||||||
[2.4.91],
|
[2.4.92],
|
||||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
|
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
|
||||||
[libdrm])
|
[libdrm])
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
project(
|
project(
|
||||||
'libdrm',
|
'libdrm',
|
||||||
['c'],
|
['c'],
|
||||||
version : '2.4.91',
|
version : '2.4.92',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.43',
|
meson_version : '>= 0.43',
|
||||||
default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],
|
default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],
|
||||||
|
|
Loading…
Reference in New Issue