Skip to content

Commit 211f259

Browse files
authored
[SYCL] Uplift library version after f7d073d (#2518)
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent 24d1c69 commit 211f259

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
@@ -12,7 +12,7 @@ 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)
15+
set(SYCL_MAJOR_VERSION 5)
1616
set(SYCL_MINOR_VERSION 0)
1717
set(SYCL_PATCH_VERSION 0)
1818
set(SYCL_DEV_ABI_VERSION 0)

0 commit comments

Comments
 (0)