Skip to content

Commit 7d20951

Browse files
author
Sergey Kanaev
committed
[SYCL] Fix library version
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 115c683 commit 7d20951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
1212
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
1313
include(AddSYCLExecutable)
1414

15-
set(SYCL_MAJOR_VERSION 4)
16-
set(SYCL_MINOR_VERSION 0)
15+
set(SYCL_MAJOR_VERSION 3)
16+
set(SYCL_MINOR_VERSION 1)
1717
set(SYCL_PATCH_VERSION 0)
1818
set(SYCL_DEV_ABI_VERSION 0)
1919
if (SYCL_ADD_DEV_VERSION_POSTFIX)

0 commit comments

Comments
 (0)