Skip to content

Commit 4043dda

Browse files
[SYCL] Bump sycl library version to 5.7.0 (#6303)
Increases minor version of the DPC++ runtime library in preparation for the next release. The new version is 5.7.0. Signed-off-by: Larsen, Steffen <[email protected]>
1 parent c28f3e9 commit 4043dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ include(AddSYCL)
2626
include(SYCLUtils)
2727

2828
set(SYCL_MAJOR_VERSION 5)
29-
set(SYCL_MINOR_VERSION 6)
29+
set(SYCL_MINOR_VERSION 7)
3030
set(SYCL_PATCH_VERSION 0)
3131
set(SYCL_DEV_ABI_VERSION 0)
3232
if (SYCL_ADD_DEV_VERSION_POSTFIX)

0 commit comments

Comments
 (0)