Skip to content

Commit 7d00489

Browse files
committed
Towards version to 3.7.4-RC1
1 parent eb198cf commit 7d00489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ object Build {
6363
*
6464
* Warning: Change of this variable might require updating `expectedTastyVersion`
6565
*/
66-
val developedVersion = "3.7.3"
66+
val developedVersion = "3.7.4"
6767

6868
/** The version of the compiler including the RC prefix.
6969
* Defined as common base before calculating environment specific suffixes in `dottyVersion`
@@ -72,7 +72,7 @@ object Build {
7272
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
7373
* During final, stable release is set exactly to `developedVersion`.
7474
*/
75-
val baseVersion = developedVersion
75+
val baseVersion = s"$developedVersion-RC1"
7676

7777
/** The version of TASTY that should be emitted, checked in runtime test
7878
* For defails on how TASTY version should be set see related discussions:

0 commit comments

Comments
 (0)