From 02a41cf302a69f0cd94aae96ec01d98b9398076e Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 20 Nov 2023 14:03:51 +0100 Subject: [PATCH] build: bump version to 2.4.118 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],