Skip to content

Commit

Permalink
[SYCL] Bump sycl library minor version (#4520)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
romanovvlad authored Sep 9, 2021
1 parent 7c084c1 commit bd68232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd68232

Please sign in to comment.