anv: Replace "abi_versions" with correct "api_version".

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>
This commit is contained in:
Matt Turner 2016-10-25 11:44:43 -07:00
parent 0404678c5f
commit 07755237d3
2 changed files with 2 additions and 2 deletions

View 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"
}
}

View 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"
}
}