summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2025-12-11 22:17:34 +0100
committerSimon Ser <contact@emersion.fr>2025-12-11 22:17:34 +0100
commit6bfcfc725fbe0ece0918535556d61ee567b1ffff (patch)
tree26170014f06607e860485e879db4cfccf193d933
parent64ef303d70f971c65c3bf0890ad6c629af2c6c3a (diff)
build: bump version to 2.4.131libdrm-2.4.131
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 e567a0ac..4af9372c 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.130',
+ version : '2.4.131',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],