From 979f607906ad64f629967ac1f3ba3590e756442c Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Mon, 27 Apr 2026 10:28:45 +0200 Subject: [PATCH] build: bump version to 2.4.132 Signed-off-by: Samuel Pitoiset --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4af9372c..4c161f4e 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ project( 'libdrm', ['c'], - version : '2.4.131', + version : '2.4.132', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'],