From: Jason Ekstrand Date: Tue, 16 Feb 2016 16:02:17 +0000 (-0800) Subject: anv/icd.json: Update the ABI version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48087cfc4e90f39547cb2ebc06e044f56ccb2983;p=mesa.git anv/icd.json: Update the ABI version --- diff --git a/src/vulkan/anv_icd.json.in b/src/vulkan/anv_icd.json.in index ad069b3e2ff..40de043668b 100644 --- a/src/vulkan/anv_icd.json.in +++ b/src/vulkan/anv_icd.json.in @@ -2,7 +2,7 @@ "file_format_version": "1.0.0", "ICD": { "library_path": "@abs_top_builddir@/@LIB_DIR@/libvulkan.so.0.0.0", - "abi_versions": "0.210.1" + "abi_versions": "1.0.3" } }