Remove abi_version, which is useless, from json files.

Specify api_version in json files to eliminate Warning.
This commit is contained in:
Jacob He 2018-01-15 13:57:08 +08:00
parent 10c8459db9
commit dc773b094c
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib/amdvlk32.so",
"abi_versions": "0.9.0"
"api_version": "1.0"
}
}

View File

@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib64/amdvlk64.so",
"abi_versions": "0.9.0"
"api_version": "1.0"
}
}

View File

@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib/i386-linux-gnu/amdvlk32.so",
"abi_versions": "0.9.0"
"api_version": "1.0"
}
}

View File

@ -2,7 +2,7 @@
"file_format_version": "1.0.0",
"ICD": {
"library_path": "/usr/lib/x86_64-linux-gnu/amdvlk64.so",
"abi_versions": "0.9.0"
"api_version": "1.0"
}
}