diff options
author | Matt Turner <mattst88@gmail.com> | 2024-08-26 13:10:22 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2024-08-26 13:10:22 -0700 |
commit | 25dec5b91fe4d2638787d033a0b22b6c1dc145e0 (patch) | |
tree | 93971864d20229c77ee46fecc2a2c3bdeb3296b7 | |
parent | f3f56f41bb97a3876c209d12c2a2a565c326def8 (diff) |
build: bump version to 2.4.123libdrm-2.4.123
-rw-r--r-- | meson.build | 2 |
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'], |