Bump to version 2.4.94

main
Kristian H. Kristensen 2018-08-23 14:38:37 -07:00
parent f0c642e8df
commit 8389c54548
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
AC_PREREQ([2.63])
AC_INIT([libdrm],
[2.4.93],
[2.4.94],
[https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
[libdrm])

View File

@ -21,7 +21,7 @@
project(
'libdrm',
['c'],
version : '2.4.93',
version : '2.4.94',
license : 'MIT',
meson_version : '>= 0.43',
default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],