diff options
| author | Jon Ashburn <jon@lunarg.com> | 2015-11-18 16:46:48 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2015-11-18 17:05:38 -0700 |
| commit | 29f0d379f2dd656d33dd875ca50abb964eb29fe0 (patch) | |
| tree | 86a11b17a7c09e91119fdba82ce15f71d84fa088 /layers/linux/generic.json | |
| parent | 7dd84581607249f9dd6c30b1a511c3be946a73e7 (diff) | |
| download | usermoji-29f0d379f2dd656d33dd875ca50abb964eb29fe0.tar.xz | |
loader: Make version in layer JSON files consistent
bugzilla #15057 part two
Diffstat (limited to 'layers/linux/generic.json')
| -rw-r--r-- | layers/linux/generic.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layers/linux/generic.json b/layers/linux/generic.json index 4ade7794..823780f4 100644 --- a/layers/linux/generic.json +++ b/layers/linux/generic.json @@ -1,11 +1,11 @@ { - "file_format_version" : "0.9.0", + "file_format_version" : "1.0.0", "layer" : { "name": "Generic", "type": "GLOBAL", "library_path": "./libVKLayerGeneric.so", - "abi_versions": "0.9.0", - "implementation_version": "1.0.0", + "api_version": "0.210.0", + "implementation_version": "0", "description": "LunarG Sample Layer" } } |
