|
From: GitLab M. <git...@ke...> - 2025-10-01 14:17:00
|
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 22d70b6a8fb0e7a4255203a84bb4549d93314fcc
Author: Simon Ser <co...@em...>
Date: Wed Oct 1 15:59:46 2025 +0200
build: bump version to 2.4.126
Signed-off-by: Simon Ser <co...@em...>
diff --git a/meson.build b/meson.build
index bddc5d57..d041c259 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.125',
+ version : '2.4.126',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
|