vkd3d: Bump SONAME version to 3.0.0

We made breaking ABI changes.

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-04-20 16:57:56 +01:00 committed by Hans-Kristian Arntzen
parent 1970051e7a
commit 911a202bd1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ if not enable_d3d12
dependencies : [ vkd3d_common_dep, vkd3d_shader_dep ] + vkd3d_extra_libs,
include_directories : vkd3d_private_includes,
install : true,
version : '2.0.0',
version : '3.0.0',
c_args : '-DVKD3D_EXPORTS',
override_options : [ 'c_std='+vkd3d_c_std ])
else