We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a74be commit 91e2866Copy full SHA for 91e2866
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.19.1
4
+* Fix to Use relative paths for events deadlock detection third party headers
5
## v1.19.0
6
* logging full path of loaded library in traces
7
* Fix utils build
CMakeLists.txt
@@ -13,7 +13,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
13
endif()
14
15
# This project follows semantic versioning (https://semver.org/)
16
-project(level-zero VERSION 1.19.0)
+project(level-zero VERSION 1.19.1)
17
18
include(GNUInstallDirs)
19
0 commit comments