Skip to content

Commit a93cb08

Browse files
authored
Update to v1.25.1 with changelog (#386)
Signed-off-by: Neil R. Spruit <[email protected]>
1 parent d27aa28 commit a93cb08

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Level zero loader changelog
2+
## v1.25.1
3+
* Fix to zer Handle init to address replacement of ze driver handles
24
## v1.25.0
35
* Support for v1.14.33 of the L0 Spec
46
## v1.24.3

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +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.25.0)
17-
16+
project(level-zero VERSION 1.25.1)
1817
include(GNUInstallDirs)
1918

2019
find_package(Git)

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.25.0
2-
8b0bc348-dd62-4e64-b70b-b3cb5c2a7535
1+
1.25.1
2+
e5e02150-416f-4ced-a1ed-bd8e0a776e6c

0 commit comments

Comments
 (0)