|
From: GitLab M. <git...@ke...> - 2025-12-11 21:18:01
|
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6bfcfc725fbe0ece0918535556d61ee567b1ffff
Author: Simon Ser <co...@em...>
Date: Thu Dec 11 22:17:34 2025 +0100
build: bump version to 2.4.131
Signed-off-by: Simon Ser <co...@em...>
diff --git a/meson.build b/meson.build
index e567a0ac..4af9372c 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.130',
+ version : '2.4.131',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
|