We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e91dd commit 6aed686Copy full SHA for 6aed686
sycl/CMakeLists.txt
@@ -28,7 +28,7 @@ include(SYCLUtils)
28
set(SYCL_MAJOR_VERSION 5)
29
set(SYCL_MINOR_VERSION 7)
30
set(SYCL_PATCH_VERSION 0)
31
-set(SYCL_DEV_ABI_VERSION 1)
+set(SYCL_DEV_ABI_VERSION 2)
32
if (SYCL_ADD_DEV_VERSION_POSTFIX)
33
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
34
endif()
0 commit comments