summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-03 09:33:36 +0100
committerSimon Ser <contact@emersion.fr>2022-11-03 09:33:36 +0100
commitb9ca37b3134861048986b75896c0915cbf2e97f9 (patch)
tree6c515810bee8549d81e68c548a26a63909f8e716
parente832f5b0b8770bb768f98a7bcd53d769c4fe432e (diff)
build: bump version to 2.4.114libdrm-2.4.114
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 0c5172ae..3ff6bfaa 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'libdrm',
['c'],
- version : '2.4.113',
+ version : '2.4.114',
license : 'MIT',
meson_version : '>= 0.53',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],