diff options
author | Dave Airlie <airlied@redhat.com> | 2020-11-04 13:19:09 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2020-11-04 13:19:09 +1000 |
commit | 5dea8f56ee620e9a3ace34a99ebf0175efb57b11 (patch) | |
tree | 5049bde36048e1099d3a2812db77c0339cfc03a9 | |
parent | c2e940a8be0237cbec746e88d12b471668a16a1e (diff) |
Bump version to 2.4.103libdrm-2.4.103
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 831c8836..5cf8e04b 100644 --- a/meson.build +++ b/meson.build @@ -21,7 +21,7 @@ project( 'libdrm', ['c'], - version : '2.4.102', + version : '2.4.103', license : 'MIT', meson_version : '>= 0.43', default_options : ['buildtype=debugoptimized', 'c_std=gnu99'], |