diff options
author | Simon Ser <contact@emersion.fr> | 2023-08-23 11:57:39 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-08-23 11:57:39 +0200 |
commit | 7bdb135f0c8e6ae2c0ed6d4bd6a8423eb1df5c26 (patch) | |
tree | 1626d73ff77720174801f9e58a297abec519400c | |
parent | 18644eb64f4e4da583b9f0a43c9f97756cd5aef0 (diff) |
build: bump version to 2.4.116libdrm-2.4.116
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 3c2e171d..05f05fd9 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.115', + version : '2.4.116', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |