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 6de2171 commit f3e04d7Copy full SHA for f3e04d7
sycl/CMakeLists.txt
@@ -30,7 +30,7 @@ set(SYCL_MINOR_VERSION 7)
30
set(SYCL_PATCH_VERSION 0)
31
# Don't forget to re-enable sycl_symbols_windows.dump once we leave ABI-breaking
32
# window!
33
-set(SYCL_DEV_ABI_VERSION 10)
+set(SYCL_DEV_ABI_VERSION 12)
34
if (SYCL_ADD_DEV_VERSION_POSTFIX)
35
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
36
endif()
0 commit comments