diff options
author | Simon Ser <contact@emersion.fr> | 2021-11-08 17:35:03 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-11-08 17:35:03 +0100 |
commit | d76c387125c7ad336f39121b9c3148361731bdad (patch) | |
tree | f927203262e6f8d90dc544a0974afe00d104cdf1 | |
parent | e641e2a632d779f638ac2ba983b9fceb20b3fac4 (diff) |
build: bump version to 2.4.108libdrm-2.4.108
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 7ccfe84c..60f7c2fa 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.107', + version : '2.4.108', license : 'MIT', meson_version : '>= 0.46', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |