summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2025-11-17 16:17:12 +0100
committerSimon Ser <contact@emersion.fr>2025-11-17 16:17:12 +0100
commita8e5e10a873f67f557dc70e5407af4553f35edd9 (patch)
tree53f7857069cfb9b30649570f0edd640858c87f18
parent31e68ea81c33bfd08fc6c8973fae60338f963f90 (diff)
build: bump version to 2.4.128libdrm-2.4.129
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'],