summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2019-07-02 14:36:25 -0400
committerMarek Olšák <marek.olsak@amd.com>2019-07-02 14:36:25 -0400
commitb2103fa3257daa6acfdc6f4d4d8565abebaec4a8 (patch)
treef691fb10ddd5ffefb25682ff89f6f978fe91ec02
parent1ec0df8a254def5195ef77b2a2022720afb24c49 (diff)
Bump version to 2.4.99libdrm-2.4.99
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8db0473f..1cf91347 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/meson.build b/meson.build
index be768afa..e292554a 100644
--- a/meson.build
+++ b/meson.build
@@ -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'],