Skip to content

Commit

Permalink
[SYCL] Bump sycl library minor version (#5236)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vladimirlaz authored Dec 28, 2021
1 parent 1c39f3e commit 27f59d8
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 @@ -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)
Expand Down

0 comments on commit 27f59d8

Please sign in to comment.