From 523534ee018b01fb93a62d88afca1a41a732c929 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 8 Dec 2025 14:15:17 +0100 Subject: [PATCH] build: bump version to 2.4.130 Signed-off-by: Simon Ser --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index aa32c21a..0ea09e15 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ project( 'libdrm', ['c'], - version : '2.4.129', + version : '2.4.130', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'],