Skip to content

Commit 32d59fd

Browse files
Update CHANGELOG.md for v1.17.44
1 parent 1144916 commit 32d59fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Level zero loader changelog
22

3+
## v1.17.44
4+
* Add missing guard around debug message
35
## v1.17.43
46
* Switch to monotonically increasing patch numbers
57
* Fix warning by updating min cmake version to 3.5

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ message(FATAL_ERROR "Visual Studio Compiler Version >= 1900 Required to build.")
1111
endif()
1212

1313
# This project follows semantic versioning (https://semver.org/)
14-
project(level-zero VERSION 1.17.43)
14+
project(level-zero VERSION 1.17.44)
1515

1616
include(GNUInstallDirs)
1717

0 commit comments

Comments
 (0)