OSDN Git Service

Bump version to 2.4.99
authorMarek Olšák <marek.olsak@amd.com>
Tue, 2 Jul 2019 18:36:25 +0000 (14:36 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 2 Jul 2019 18:36:25 +0000 (14:36 -0400)
configure.ac
meson.build

index 8db0473..1cf9134 100644 (file)
@@ -20,7 +20,7 @@
 
 AC_PREREQ([2.63])
 AC_INIT([libdrm],
-        [2.4.98],
+        [2.4.99],
         [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
         [libdrm])
 
index be768af..e292554 100644 (file)
@@ -21,7 +21,7 @@
 project(
   'libdrm',
   ['c'],
-  version : '2.4.98',
+  version : '2.4.99',
   license : 'MIT',
   meson_version : '>= 0.43',
   default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],