configure.ac: bump version to 2.4.93

This commit is contained in:
Marek Olšák 2018-07-31 21:26:11 -04:00
parent 716ab859c3
commit e643b21b38
2 changed files with 2 additions and 2 deletions

View file

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

View file

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