summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Clark2018-03-05 14:55:51 -0600
committerRob Clark2018-03-05 14:55:51 -0600
commit85ae22af0f209e73c954d8867d9189ab2cfeb3e1 (patch)
tree2ddb12766ed975fbf9b63551d00982b659484522
parent7a58c21f3ef3fd9f47d9f73cc9d725996ad691a0 (diff)
downloadexternal-libdrm-85ae22af0f209e73c954d8867d9189ab2cfeb3e1.tar.gz
external-libdrm-85ae22af0f209e73c954d8867d9189ab2cfeb3e1.tar.xz
external-libdrm-85ae22af0f209e73c954d8867d9189ab2cfeb3e1.zip
bump version for release
Signed-off-by: Rob Clark <robclark@freedesktop.org>
-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 02644a66..ec5003f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@
20 20
21AC_PREREQ([2.63]) 21AC_PREREQ([2.63])
22AC_INIT([libdrm], 22AC_INIT([libdrm],
23 [2.4.90], 23 [2.4.91],
24 [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], 24 [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI],
25 [libdrm]) 25 [libdrm])
26 26
diff --git a/meson.build b/meson.build
index 7bf26819..c803f709 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
21project( 21project(
22 'libdrm', 22 'libdrm',
23 ['c'], 23 ['c'],
24 version : '2.4.90', 24 version : '2.4.91',
25 license : 'MIT', 25 license : 'MIT',
26 meson_version : '>= 0.43', 26 meson_version : '>= 0.43',
27 default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], 27 default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],