vkd3d-utils: 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:58:05 +01:00 committed by Hans-Kristian Arntzen
parent 911a202bd1
commit 3118696706
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ vkd3d_utils_lib = shared_library('vkd3d-proton-utils', vkd3d_utils_src,
? 'vkd3d-proton-utils.def'
: [],
vs_module_defs : 'vkd3d-proton-utils.def',
version : '2.0.0',
version : '3.0.0',
c_args : '-DVKD3D_UTILS_EXPORTS',
override_options : [ 'c_std='+vkd3d_c_std ])