From fc5f2239f3b7abacb9398b2f939f538dd195e860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Thu, 21 Dec 2023 00:32:13 -0500 Subject: [PATCH] meson: bump libdrm version to 2.4.119 Reviewed-by: Pierre-Eric Pelloux-Prayer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index c0a7e4ca..ca609fc3 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.118', + version : '2.4.119', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'],