diff options
author | Dave Airlie <airlied@redhat.com> | 2022-06-03 14:02:49 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2022-06-03 14:04:41 +1000 |
commit | f801b07a60740425604d6563e5dc399375108bc4 (patch) | |
tree | c2bff83c2d302eb17f29cd200805bbad7563f41b | |
parent | 362a93d1fbc3011a2c1b9ff875465d4e70beb211 (diff) |
build: bump version to 2.4.111libdrm-2.4.111
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 48013d05..06f48dd9 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.110', + version : '2.4.111', license : 'MIT', meson_version : '>= 0.53', default_options : ['buildtype=debugoptimized', 'c_std=c99'], |