diff --git a/sycl/CMakeLists.txt b/sycl/CMakeLists.txt index 7530f2213d236..56d5f0d368aa2 100644 --- a/sycl/CMakeLists.txt +++ b/sycl/CMakeLists.txt @@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules") include(AddSYCLExecutable) set(SYCL_MAJOR_VERSION 5) -set(SYCL_MINOR_VERSION 1) +set(SYCL_MINOR_VERSION 2) set(SYCL_PATCH_VERSION 0) set(SYCL_DEV_ABI_VERSION 0) if (SYCL_ADD_DEV_VERSION_POSTFIX)