summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-08-26 13:10:22 -0700
committerMatt Turner <mattst88@gmail.com>2024-08-26 13:10:22 -0700
commit25dec5b91fe4d2638787d033a0b22b6c1dc145e0 (patch)
tree93971864d20229c77ee46fecc2a2c3bdeb3296b7
parentf3f56f41bb97a3876c209d12c2a2a565c326def8 (diff)
build: bump version to 2.4.123libdrm-2.4.123
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 225f09aa..27e40e75 100644
--- a/meson.build
+++ b/meson.build
@@ -26,7 +26,7 @@
project(
'libdrm',
['c'],
- version : '2.4.122',
+ version : '2.4.123',
license : 'MIT',
meson_version : '>= 0.59',
default_options : ['buildtype=debugoptimized', 'c_std=c11'],