From 911a202bd17069eac5ff6d1a06e8d2b5ed1f6847 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 20 Apr 2021 16:57:56 +0100 Subject: [PATCH] vkd3d: Bump SONAME version to 3.0.0 We made breaking ABI changes. Signed-off-by: Joshua Ashton --- libs/vkd3d/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/vkd3d/meson.build b/libs/vkd3d/meson.build index af1c5691..3b11aa31 100644 --- a/libs/vkd3d/meson.build +++ b/libs/vkd3d/meson.build @@ -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