Commit c58bd12
[stubs] bump stub versions for compatibility reasons
We need to cherry-pick (KTIJ-36534) a bunch of stub-related changes
to `kt-253` branch, but the problem is that we cannot cherry-pick
all stub-related changes that were done in `master`
after branching and before KT-82527 is fixed.
In particular, we have:
- 2092c64
- 835c929
- ffc04e4
- 583a1db
- 1875702
To work around this problem and not cause issues with
stub versioning, the solution is to bump the version
in both `master` and `kt-253` in the following way:
1. version in `kt-253` has to be set higher than in `master` right now
(the current version is ~210)
2. all new versions in `kt-253` must not have overlap with versions
in `master`
3. version in `master` has to be set even higher than in kt-253
with a gap to leave a place for more potential version
increases in `kt-253`
To do so, the decision is to set such versions:
- `kt-253` would have 225 as the source and 205 as the binary version
- `master` would have 250 as the source and 230 as the binary version1 parent 8c000ae commit c58bd12
File tree
1 file changed
+2
-2
lines changed- compiler/psi/psi-api/src/org/jetbrains/kotlin/psi/stubs
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments