configure.ac: bump version to 2.4.93 libdrm-2.4.93
authorMarek Olšák <marek.olsak@amd.com>
Wed, 1 Aug 2018 01:26:11 +0000 (21:26 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Wed, 1 Aug 2018 01:26:11 +0000 (21:26 -0400)
configure.ac
meson.build

index 965220d..4e0f7c1 100644 (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])
 
index 9b443a5..b2f9a29 100644 (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'],