summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-11-08 17:35:03 +0100
committerSimon Ser <contact@emersion.fr>2021-11-08 17:35:03 +0100
commitd76c387125c7ad336f39121b9c3148361731bdad (patch)
treef927203262e6f8d90dc544a0974afe00d104cdf1
parente641e2a632d779f638ac2ba983b9fceb20b3fac4 (diff)
build: bump version to 2.4.108libdrm-2.4.108
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 7ccfe84c..60f7c2fa 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'libdrm',
['c'],
- version : '2.4.107',
+ version : '2.4.108',
license : 'MIT',
meson_version : '>= 0.46',
default_options : ['buildtype=debugoptimized', 'c_std=gnu99'],