Skip to content

Commit 7ae9d18

Browse files
authored
Update Changelog and version to v1.24.3 with compile flag check (#375)
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 26ccd26 commit 7ae9d18

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Level zero loader changelog
2+
## v1.24.3
3+
* Use compiler ID check for /guard:cf and /GL flags on MSVC
4+
* Support for ZEL_DRIVERS_ORDER to order based off user input
5+
* Remove Ubuntu 24.10 and fix windows docker config and add install check in CI
26
## v1.24.2
37
* Fix scorecard CI
48
* Add build instructions for windows

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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.24.2)
16+
project(level-zero VERSION 1.24.3)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.24.2
2-
bd6c40ee-9afb-4a30-9d25-4c9d6abd0dda
1+
1.24.3
2+
72991b5e-a0c0-4605-8317-125abfaf9650

0 commit comments

Comments
 (0)