Skip to content

Commit 27f59d8

Browse files
authored
[SYCL] Bump sycl library minor version (#5236)
Increasing minor version of the DPCPP RT library as part of preparation for January release. Changing minor version only as there were no backward incompatible changes.
1 parent 1c39f3e commit 27f59d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(AddSYCLExecutable)
1414
include(SYCLUtils)
1515

1616
set(SYCL_MAJOR_VERSION 5)
17-
set(SYCL_MINOR_VERSION 4)
17+
set(SYCL_MINOR_VERSION 5)
1818
set(SYCL_PATCH_VERSION 0)
1919
set(SYCL_DEV_ABI_VERSION 0)
2020
if (SYCL_ADD_DEV_VERSION_POSTFIX)

0 commit comments

Comments
 (0)