summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-02-09 12:55:44 +0100
committerSimon Ser <contact@emersion.fr>2023-02-09 12:55:44 +0100
commitee558cea20d1f9d822fe1a28e97beaf365bf9d38 (patch)
tree30f10a69b30aa3803b4ab74f9aa2e59938428aca
parent6c4c48e61c15757f6df44ad71a7b1e58258f42b3 (diff)
build: bump version to 2.4.115libdrm-2.4.115
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 3ff6bfaa..8dcacb94 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
project(
'libdrm',
['c'],
- version : '2.4.114',
+ version : '2.4.115',
license : 'MIT',
meson_version : '>= 0.53',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],