Skip to content

Commit

Permalink
Update to v1.19.1 with compile fix
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 authored and lisanna-dettwyler committed Nov 19, 2024
1 parent a7a74be commit 91e2866
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.19.1
* Fix to Use relative paths for events deadlock detection third party headers
## v1.19.0
* logging full path of loaded library in traces
* Fix utils build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
endif()

# This project follows semantic versioning (https://semver.org/)
project(level-zero VERSION 1.19.0)
project(level-zero VERSION 1.19.1)

include(GNUInstallDirs)

Expand Down

0 comments on commit 91e2866

Please sign in to comment.