summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-12-04 13:30:17 -0500
committerMatt Turner <mattst88@gmail.com>2024-12-04 13:30:30 -0500
commit38ec7dbd4df3141441afafe5ac62dfc9df36a77e (patch)
tree5c823cde698ae73be3f7a767dce837b2da416e64
parentf314a43f146d2cc4a86329cf6797178aa6ae5cc4 (diff)
build: bump version to 2.4.124libdrm-2.4.124
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ecc18a48..3a42b570 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.123',
+ version : '2.4.124',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],