diff options
author | Simon Ser <contact@emersion.fr> | 2023-10-20 07:24:54 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-10-20 07:24:54 +0200 |
commit | 5254fd1146b95a86fef1bb8e950d0146d829f3c4 (patch) | |
tree | 321807505cc4e0701ec13043a47c53bfdb27fa11 | |
parent | bd205d133e42069ac60013854e75a35f9fb54424 (diff) |
build: bump version to 2.4.117libdrm-2.4.117
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 9f6946ae..ec51777b 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.116', + version : '2.4.117', license : 'MIT', meson_version : '>= 0.59', default_options : ['buildtype=debugoptimized', 'c_std=c11'], |