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 ba0d461 commit c8e6270Copy full SHA for c8e6270
sycl/CMakeLists.txt
@@ -11,7 +11,7 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
11
set(SYCL_MAJOR_VERSION 1)
12
set(SYCL_MINOR_VERSION 0)
13
set(SYCL_PATCH_VERSION 0)
14
-set(SYCL_DEV_ABI_VERSION 1)
+set(SYCL_DEV_ABI_VERSION 2)
15
if (SYCL_ADD_DEV_VERSION_POSTFIX)
16
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
17
endif()
0 commit comments