We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820ccd1 commit 5604d39Copy full SHA for 5604d39
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.17.0
4
+* Update to support v1.9.3 of the L0 Spec
5
## v1.16.15
6
* Fix Tracing Layer Dynamic Enable Counter
7
## v1.16.14
CMakeLists.txt
@@ -12,7 +12,7 @@ endif()
12
13
# This project follows semantic versioning (https://semver.org/). Only set the
14
# major and minor version here - patch version is determined dynamically.
15
-project(level-zero VERSION 1.16)
+project(level-zero VERSION 1.17)
16
17
include(GNUInstallDirs)
18
0 commit comments