Skip to content

Commit

Permalink
Update Level Zero Loader version to v1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Neil R Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Oct 24, 2023
1 parent fb9e1e0 commit ea5be99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Level zero loader changelog

## v1.15.1
* Fix Windows build for Control Flow Guard Mitigation.
## v1.15.0
* Update to spec 1.8.0
## v1.14.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

# This project follows semantic versioning (https://semver.org/). Only set the
# major and minor version here - patch version is determined dynamically.
project(level-zero VERSION 1.14)
project(level-zero VERSION 1.15)

# Patch version corresponds to # of commits on master since last version
# major/minor tag (e.g., v1.0). If not building in a git repository, then get
Expand Down

0 comments on commit ea5be99

Please # to comment.