diff options
author | Simon Ser <contact@emersion.fr> | 2022-07-06 10:43:38 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-07-06 10:43:38 +0200 |
commit | 60cf6bcef1390473419df14e3214da149dbd8f99 (patch) | |
tree | 8b07d3ffc5ac89bd8547c8f80d8e365c1d7e32e8 | |
parent | 3ee004ef529f43366fdd1f4d32b26872cc82c6ca (diff) |
build: bump version to 2.4.112libdrm-2.4.112
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 06f48dd9..3e54b9cf 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.111', + version : '2.4.112', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c99'], |