Skip to content

Commit b180c04

Browse files
[SYCL] Bump SYCL_MINOR_VERSION (#11605)
We should have done it much earlier, but better late than never.
1 parent 6ad41e9 commit b180c04

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 0)
36+
set(SYCL_MINOR_VERSION 1)
3737
set(SYCL_PATCH_VERSION 0)
3838

3939
set(SYCL_DEV_ABI_VERSION 8)

0 commit comments

Comments
 (0)