Skip to content
Snippets Groups Projects
Commit ebef1f33 authored by Shannon McPherson's avatar Shannon McPherson
Browse files

docs: Add explanation of version tagging scheme

Change-Id: I6c162368f5c7ab0154c6d2c1c0ca649551ff47af
parent b458d862
No related branches found
Tags v1.1.96
No related merge requests found
......@@ -37,6 +37,14 @@ Includes directions for building all components as well as running validation te
Information on how to enable the various Validation layers is in
[layers/README.md](layers/README.md).
## Version Tagging Scheme
Updates to the `Vulkan-ValidationLayers` repository which correspond to a new Vulkan specification release are tagged using the following format: `v<`_`version`_`>` (e.g., `v1.1.96`).
**Note**: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the `sdk-<`_`version`_`>.<`_`patch`_`>` format (e.g., `sdk-1.1.92.0`).
This scheme was adopted following the 1.1.96 Vulkan specification release.
## License
This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment