Skip to content

Commit 63849a0

Browse files
Set developedVersion to 3.6.3. (scala#21892)
It was decided that 3.6.2 would be the first (official) stable release of the 3.6 series. 3.6.2 would be based on 3.6.0/3.6.1 release but including backported fixes 3.6.3 is treated as 1st real patch release, it's still being developed in current development cycle.
1 parent 7f141a9 commit 63849a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: project/Build.scala

+5-5
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ object Build {
102102
/** Version of the Scala compiler targeted in the current release cycle
103103
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
104104
* Should be updated ONLY after release or cutoff for previous release cycle.
105-
*
106-
* Should only be referred from `dottyVersion` or settings/tasks requiring simplified version string,
105+
*
106+
* Should only be referred from `dottyVersion` or settings/tasks requiring simplified version string,
107107
* eg. `compatMode` or Windows native distribution version.
108108
*/
109-
val developedVersion = "3.6.2"
109+
val developedVersion = "3.6.3"
110110

111-
/** The version of the compiler including the RC prefix.
111+
/** The version of the compiler including the RC prefix.
112112
* Defined as common base before calculating environment specific suffixes in `dottyVersion`
113-
*
113+
*
114114
* By default, during development cycle defined as `${developedVersion}-RC1`;
115115
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
116116
* During final, stable release is set exactly to `developedVersion`.

0 commit comments

Comments
 (0)