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 24d1c69 commit 211f259Copy full SHA for 211f259
sycl/CMakeLists.txt
@@ -12,7 +12,7 @@ option(SYCL_ADD_DEV_VERSION_POSTFIX "Adds -V postfix to version string" ON)
12
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
13
include(AddSYCLExecutable)
14
15
-set(SYCL_MAJOR_VERSION 4)
+set(SYCL_MAJOR_VERSION 5)
16
set(SYCL_MINOR_VERSION 0)
17
set(SYCL_PATCH_VERSION 0)
18
set(SYCL_DEV_ABI_VERSION 0)
0 commit comments