Skip to content

Commit 5a8c872

Browse files
authored
[SYCL] Bump SYCL_MINOR_VERSION (#11882)
Bump minor version to align to oneapi 2024.2 upcoming release
1 parent 893665a commit 5a8c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ include(SYCLUtils)
3333
# See doc/developer/ABIPolicyGuide.md for the meaning when in the middle of
3434
# development cycle.
3535
set(SYCL_MAJOR_VERSION 7)
36-
set(SYCL_MINOR_VERSION 1)
36+
set(SYCL_MINOR_VERSION 2)
3737
set(SYCL_PATCH_VERSION 0)
3838

3939
set(SYCL_DEV_ABI_VERSION 8)

0 commit comments

Comments
 (0)