Skip to content

Commit c92e20e

Browse files
committed
Release 3.7.0
1 parent 5a5bed9 commit c92e20e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ object Build {
123123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124124
* During final, stable release is set exactly to `developedVersion`.
125125
*/
126-
val baseVersion = s"$developedVersion-RC4"
126+
val baseVersion = s"$developedVersion"
127127

128128
/** The version of TASTY that should be emitted, checked in runtime test
129129
* For defails on how TASTY version should be set see related discussions:
@@ -141,7 +141,7 @@ object Build {
141141
* - in release candidate branch is experimental if {patch == 0}
142142
* - in stable release is always non-experimetnal
143143
*/
144-
val expectedTastyVersion = "28.7-experimental-1"
144+
val expectedTastyVersion = "28.7"
145145
checkReleasedTastyVersion()
146146

147147
/** Final version of Scala compiler, controlled by environment variables. */

tasty/src/dotty/tools/tasty/TastyFormat.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ object TastyFormat {
340340
* is able to read final TASTy documents if the file's
341341
* `MinorVersion` is strictly less than the current value.
342342
*/
343-
final val ExperimentalVersion: Int = 1
343+
final val ExperimentalVersion: Int = 0
344344

345345
/**This method implements a binary relation (`<:<`) between two TASTy versions.
346346
*

0 commit comments

Comments
 (0)