Skip to content

Commit a851f6f

Browse files
authored
Update to 1_21_5 with changelog with correct number of changes (#303)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 20fc743 commit a851f6f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## v1.21.4
3+
## v1.21.5
44
* Check zesInit pfnInit before attempting call
55
* Added build flag L0_DLL_INTEGRITY_CHECKS to enable integrity check of DLLs
66
## v1.21.3

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

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

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.21.4
2-
f0704434-5037-4e1e-b4a1-75320bd9cb6f
1+
1.21.5
2+
39f4e77a-b98e-4cbe-a113-68a227143ae2

0 commit comments

Comments
 (0)