|
From: GitLab M. <git...@ke...> - 2025-11-17 15:22:28
|
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a8e5e10a873f67f557dc70e5407af4553f35edd9
Author: Simon Ser <co...@em...>
Date: Mon Nov 17 16:17:12 2025 +0100
build: bump version to 2.4.128
Signed-off-by: Simon Ser <co...@em...>
diff --git a/meson.build b/meson.build
index 0a2a0eb0..aa32c21a 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.128',
+ version : '2.4.129',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
|