radv: Replace "abi_versions" with correct "api_version".
authorMatt Turner <mattst88@gmail.com>
Tue, 25 Oct 2016 18:49:33 +0000 (11:49 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 25 Oct 2016 19:55:39 +0000 (12:55 -0700)
git history shows "abi_versions" was used from the outset.

Cc: <mesa-stable@lists.freedesktop.org>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98415
Reviewed-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/dev_icd.json.in
src/amd/vulkan/radeon_icd.json

index fd8c7e3d7466dd1b284205d319281cc4c0497aa4..f726df02ad1360f1dab4eedbc3cc33d098af2861 100644 (file)
@@ -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"
     }
 }
index 2085bd6788a2fb232a35e76542931c47309f18a4..cbb4aabf3652955e5539673d73a31798ba097a57 100644 (file)
@@ -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"
     }
 }