summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-07-06 10:43:38 +0200
committerSimon Ser <contact@emersion.fr>2022-07-06 10:43:38 +0200
commit60cf6bcef1390473419df14e3214da149dbd8f99 (patch)
tree8b07d3ffc5ac89bd8547c8f80d8e365c1d7e32e8
parent3ee004ef529f43366fdd1f4d32b26872cc82c6ca (diff)
build: bump version to 2.4.112libdrm-2.4.112
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 06f48dd9..3e54b9cf 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'libdrm',
['c'],
- version : '2.4.111',
+ version : '2.4.112',
license : 'MIT',
meson_version : '>= 0.53',
default_options : ['buildtype=debugoptimized', 'c_std=c99'],