Skip to content

Commit 0acc731

Browse files
authored
[SYCL] Bump sycl library minor version (#5919)
Increasing minor version of the DPCPP RT library as part of preparation for April release. Changing minor version only as there were no backward incompatible changes.
1 parent 1fd280c commit 0acc731

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
@@ -19,7 +19,7 @@ include(AddSYCLExecutable)
1919
include(SYCLUtils)
2020

2121
set(SYCL_MAJOR_VERSION 5)
22-
set(SYCL_MINOR_VERSION 5)
22+
set(SYCL_MINOR_VERSION 6)
2323
set(SYCL_PATCH_VERSION 0)
2424
set(SYCL_DEV_ABI_VERSION 0)
2525
if (SYCL_ADD_DEV_VERSION_POSTFIX)

0 commit comments

Comments
 (0)