From bd68232bb96386bf7649345c0557ba520e73c02d Mon Sep 17 00:00:00 2001 From: Romanov Vlad Date: Thu, 9 Sep 2021 17:38:00 +0300 Subject: [PATCH] [SYCL] Bump sycl library minor version (#4520) Increasing minor version of the DPCPP RT library as part of preparation for September release. Changing minor version only as there were no backward incompatible changes. --- sycl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/CMakeLists.txt b/sycl/CMakeLists.txt index 1af0e2c8eb4d9..2623a85227515 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 3) +set(SYCL_MINOR_VERSION 4) set(SYCL_PATCH_VERSION 0) set(SYCL_DEV_ABI_VERSION 0) if (SYCL_ADD_DEV_VERSION_POSTFIX)