diff options
author | Dave Airlie <airlied@redhat.com> | 2021-05-18 13:37:56 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2021-05-18 13:38:07 +1000 |
commit | 77b642b6dea5daac884fac470d0215fac2caf8fc (patch) | |
tree | 13df3227f3dfdf4f65f75acd9b3121629d59d41f | |
parent | cfbea78fdf85c0ea1bfd3e0038738f998f48b770 (diff) |
Bump version to 2.4.106libdrm-2.4.106
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 30f1c2e5..fd59c4b3 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.105', + version : '2.4.106', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |