diff options
author | Marek Olšák <marek.olsak@amd.com> | 2023-12-21 00:32:13 -0500 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2023-12-21 06:49:36 -0500 |
commit | fc5f2239f3b7abacb9398b2f939f538dd195e860 (patch) | |
tree | 40168aacf46eabf6542c49ff0baffdac95090a28 | |
parent | 85343095fd4c8db013936c15abe841f5e4e2deb4 (diff) |
meson: bump libdrm version to 2.4.119libdrm-2.4.119
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c0a7e4ca..ca609fc3 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.118', + version : '2.4.119', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |