drm: Branch 'master'

[email protected] (GitLab Mirror) Fri, 19 Apr 2019 15:52:36 +0000 (UTC)
Newsgroups gmane.comp.video.dri.patches
Message-ID <[email protected]>
 configure.ac |    2 +-
 meson.build  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit be3b07617fc999e366e8185dbc7851ae5943df27
Author: Emil Velikov <[email protected]>
Date:   Fri Apr 19 16:31:38 2019 +0100

    Bump the version to 2.4.98
    
    Signed-off-by: Emil Velikov <[email protected]>

diff --git a/configure.ac b/configure.ac
index d72e84ad..8db0473f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
 
 AC_PREREQ([2.63])
 AC_INIT([libdrm],
-        [2.4.97],
+        [2.4.98],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
         [libdrm])
 
diff --git a/meson.build b/meson.build
index e6ea7148..be768afa 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
 project(
   'libdrm',
   ['c'],
-  version : '2.4.97',
+  version : '2.4.98',
   license : 'MIT',
   meson_version : '>= 0.43',
   default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],


--