Skip to content

Commit 91e2866

Browse files
nrspruitlisanna-dettwyler
authored andcommitted
Update to v1.19.1 with compile fix
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a7a74be commit 91e2866

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Level zero loader changelog
22

3+
## v1.19.1
4+
* Fix to Use relative paths for events deadlock detection third party headers
35
## v1.19.0
46
* logging full path of loaded library in traces
57
* Fix utils build

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
1313
endif()
1414

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

1818
include(GNUInstallDirs)
1919

0 commit comments

Comments
 (0)