diff options
author | Matt Turner <[email protected]> | 2016-10-25 11:49:33 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-10-25 12:55:39 -0700 |
commit | 14aac061e92fe57d1ee61843c1ccd1b275d8ca76 (patch) | |
tree | 7d46a8a7fca6eca3c2f2baf400e568ae228ab5a0 /src/amd | |
parent | 07755237d36754cb44c32e17e32cf1bc551d2373 (diff) |
radv: Replace "abi_versions" with correct "api_version".
git history shows "abi_versions" was used from the outset.
Cc: <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98415
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/vulkan/dev_icd.json.in | 2 | ||||
-rw-r--r-- | src/amd/vulkan/radeon_icd.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/amd/vulkan/dev_icd.json.in b/src/amd/vulkan/dev_icd.json.in index fd8c7e3d746..f726df02ad1 100644 --- a/src/amd/vulkan/dev_icd.json.in +++ b/src/amd/vulkan/dev_icd.json.in @@ -2,6 +2,6 @@ "file_format_version": "1.0.0", "ICD": { "library_path": "@build_libdir@/libvulkan_radeon.so", - "abi_versions": "1.0.3" + "api_version": "1.0.3" } } diff --git a/src/amd/vulkan/radeon_icd.json b/src/amd/vulkan/radeon_icd.json index 2085bd6788a..cbb4aabf365 100644 --- a/src/amd/vulkan/radeon_icd.json +++ b/src/amd/vulkan/radeon_icd.json @@ -2,6 +2,6 @@ "file_format_version": "1.0.0", "ICD": { "library_path": "libvulkan_radeon.so", - "abi_versions": "1.0.3" + "api_version": "1.0.3" } } |