|
From: GitLab M. <git...@ke...> - 2025-12-08 13:15:35
|
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 523534ee018b01fb93a62d88afca1a41a732c929
Author: Simon Ser <co...@em...>
Date: Mon Dec 8 14:15:17 2025 +0100
build: bump version to 2.4.130
Signed-off-by: Simon Ser <co...@em...>
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'],
|