diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-20 14:03:51 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-20 14:03:51 +0100 |
commit | 02a41cf302a69f0cd94aae96ec01d98b9398076e (patch) | |
tree | 83ae70c7622639e5fc2e19c03521b3e712cc7ddb | |
parent | 07f4948bfc60288f179dafcf4ea0c0c8f9a558fd (diff) |
build: bump version to 2.4.118libdrm-2.4.118
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d2fdf792..c0a7e4ca 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.117', + version : '2.4.118', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |