|
From: GitLab M. <git...@ke...> - 2025-10-14 16:44:53
|
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f7013effc3a2055f967c99d1858d48aad2751e2d
Author: Simon Ser <co...@em...>
Date: Tue Oct 14 18:44:17 2025 +0200
build: bump version to 2.4.127
Signed-off-by: Simon Ser <co...@em...>
diff --git a/meson.build b/meson.build
index d041c259..8f2a6830 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.126',
+ version : '2.4.127',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
|