Skip to content

Commit 44ea4d4

Browse files
author
Sergey Kanaev
committed
[SYCL] Revert dev version increment.
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent b129312 commit 44ea4d4

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
@@ -11,7 +11,7 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
1111
set(SYCL_MAJOR_VERSION 1)
1212
set(SYCL_MINOR_VERSION 0)
1313
set(SYCL_PATCH_VERSION 0)
14-
set(SYCL_DEV_ABI_VERSION 2)
14+
set(SYCL_DEV_ABI_VERSION 1)
1515
if (SYCL_ADD_DEV_VERSION_POSTFIX)
1616
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")
1717
endif()

0 commit comments

Comments
 (0)