Skip to content

Commit cc794e5

Browse files
committed
Update CONTRIBUTING.md file
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
1 parent e75544f commit cc794e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ To generate the code from the scripts, run the following commands:
3939
* `git checkout v1.12.15`
4040
* Generate the specification JSON file and Headers:
4141
* `cd level-zero-spec/scripts`
42-
* `python3 ./run.py --debug '--!html' '--!rst' '--!build' --ver 1.12`
42+
* `python3 ./run.py --debug '--!html' '--!rst' '--!build' --ver 1.16`
4343
* Copy the Headers From Spec to Loader repo
4444
* `cp level-zero-spec/include/* level-zero/include/`
45-
* Execute the json2src script in the level-zero repo with the input.json in the specification repo with the corresponding spec version, for example:
46-
* `./level-zero/scripts/json2src.py --ver 1.12 --api-json level-zero-spec/scripts/input.json .`
45+
* Execute the json2src script in the level-zero repo with the input.json in the specification repo with the corresponding spec version, for example (be sure you're inside the level-zero repository folder)
46+
* `./scripts/json2src.py --ver 1.16 --api-json ../level-zero-spec/scripts/input.json .`
4747

4848
These scripts update the code with what would be generated in the next specification update.
4949

@@ -56,7 +56,7 @@ When releasing a new version of the Level Zero Loader, the following steps must
5656
The loader version is defined in the root [CMakeLists.txt](CMakeLists.txt) file using semantic versioning (https://semver.org/):
5757

5858
```cmake
59-
project(level-zero VERSION 1.28.3)
59+
project(level-zero VERSION 1.29.0)
6060
```
6161

6262
Update the version number according to the type of changes:

0 commit comments

Comments
 (0)