Skip to content

Commit 813ca36

Browse files
[SYCL] Bump SYCL_MINOR_VERSION (#6855)
Unlike previous releases we change the policy of bumping the version to be done at the beginning of the development cycle instead of its end. That allows customers who are using development snapshots to guard their code in a way that would keep working after the actual release is done. The documentation for this is being done as #6856 We have consensus on how/when MAJOR/MINOR have to be bumped, so do it now. There are some debates regarding PATCH/DEV versions updates so the documentation would be updated later.
1 parent 1e7a8ea commit 813ca36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sycl/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ include(SYCLUtils)
2727

2828
# The change in SYCL_MAJOR_VERSION must be accompanied with the same update in
2929
# llvm/clang/lib/Driver/CMakeLists.txt.
30+
#
31+
# See doc/developer/ABIPolicyGuide.md for the meaning when in the middle of
32+
# development cycle.
3033
set(SYCL_MAJOR_VERSION 6)
31-
set(SYCL_MINOR_VERSION 0)
34+
set(SYCL_MINOR_VERSION 1)
3235
set(SYCL_PATCH_VERSION 0)
36+
3337
set(SYCL_DEV_ABI_VERSION 0)
3438
if (SYCL_ADD_DEV_VERSION_POSTFIX)
3539
set(SYCL_VERSION_POSTFIX "-${SYCL_DEV_ABI_VERSION}")

0 commit comments

Comments
 (0)