From 27f59d8906fcc8aece7ff6aa570ccdee52168c2d Mon Sep 17 00:00:00 2001 From: vladimirlaz Date: Tue, 28 Dec 2021 18:41:41 +0300 Subject: [PATCH] [SYCL] Bump sycl library minor version (#5236) Increasing minor version of the DPCPP RT library as part of preparation for January 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 2718ebd141a42..0894e7413bb70 100644 --- a/sycl/CMakeLists.txt +++ b/sycl/CMakeLists.txt @@ -14,7 +14,7 @@ include(AddSYCLExecutable) include(SYCLUtils) set(SYCL_MAJOR_VERSION 5) -set(SYCL_MINOR_VERSION 4) +set(SYCL_MINOR_VERSION 5) set(SYCL_PATCH_VERSION 0) set(SYCL_DEV_ABI_VERSION 0) if (SYCL_ADD_DEV_VERSION_POSTFIX)