diff options
author | Simon Ser <contact@emersion.fr> | 2022-08-31 16:38:38 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-08-31 16:38:38 +0200 |
commit | fb5c0c301aa9b6d984ffee522775ca19ea7c7be6 (patch) | |
tree | d91c67c4438f348486b519a4b049d62622984ff3 | |
parent | e761875fc5d29080316029b7c174797751d82a97 (diff) |
build: bump to version 2.4.113libdrm-2.4.113
Signed-off-by: Simon Ser <contact@emersion.fr>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 4249b627..62040c67 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.112', + version : '2.4.113', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |