anv: Replace "abi_versions" with correct "api_version".
authorMatt Turner <mattst88@gmail.com>
Tue, 25 Oct 2016 18:44:43 +0000 (11:44 -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/intel/vulkan/dev_icd.json.in
src/intel/vulkan/intel_icd.json.in

index 84920365289f3300c8413fb2b2cdae35351592d4..e4e65fa5449a902cf5f290fd819880294decc85b 100644 (file)
@@ -2,6 +2,6 @@
     "file_format_version": "1.0.0",
     "ICD": {
         "library_path": "@build_libdir@/libvulkan_intel.so",
-        "abi_versions": "1.0.3"
+        "api_version": "1.0.3"
     }
 }
index d9b363a976220b4fc5b0f4aef3cd335a89c245e3..e9592919fc259a69aa90196e6a545b4a2007cdbf 100644 (file)
@@ -2,6 +2,6 @@
     "file_format_version": "1.0.0",
     "ICD": {
         "library_path": "@install_libdir@/libvulkan_intel.so",
-        "abi_versions": "1.0.3"
+        "api_version": "1.0.3"
     }
 }