We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1144916 commit 32d59fdCopy full SHA for 32d59fd
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.17.44
4
+* Add missing guard around debug message
5
## v1.17.43
6
* Switch to monotonically increasing patch numbers
7
* Fix warning by updating min cmake version to 3.5
CMakeLists.txt
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
11
endif()
12
13
# This project follows semantic versioning (https://semver.org/)
14
-project(level-zero VERSION 1.17.43)
+project(level-zero VERSION 1.17.44)
15
16
include(GNUInstallDirs)
17
0 commit comments