Skip to content

Commit 6a49170

Browse files
authored
[SYCL] Bump sycl library minor version (#3538)
Increasing minor version of the DPCPP RT library as part of preparation for May release. Changing minor version only as there were no backward incompatible changes.
1 parent 2b56ac9 commit 6a49170

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
@@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
1313
include(AddSYCLExecutable)
1414

1515
set(SYCL_MAJOR_VERSION 5)
16-
set(SYCL_MINOR_VERSION 1)
16+
set(SYCL_MINOR_VERSION 2)
1717
set(SYCL_PATCH_VERSION 0)
1818
set(SYCL_DEV_ABI_VERSION 0)
1919
if (SYCL_ADD_DEV_VERSION_POSTFIX)

0 commit comments

Comments
 (0)