Skip to content

Commit 80c9b40

Browse files
committed
increment the SYCL_DEV_ABI_VERSION to 15
Signed-off-by: Byoungro So <byoungro.so@intel.com>
1 parent 4a70a33 commit 80c9b40

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
@@ -30,7 +30,7 @@ set(SYCL_MINOR_VERSION 7)
3030
set(SYCL_PATCH_VERSION 0)
3131
# Don't forget to re-enable sycl_symbols_windows.dump once we leave ABI-breaking
3232
# window!
33-
set(SYCL_DEV_ABI_VERSION 10)
33+
set(SYCL_DEV_ABI_VERSION 15)
3434
if (SYCL_ADD_DEV_VERSION_POSTFIX)
3535
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
3636
endif()

0 commit comments

Comments
 (0)