File tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ object Build {
123
123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124
124
* During final, stable release is set exactly to `developedVersion`.
125
125
*/
126
- val baseVersion = s " $developedVersion-RC4 "
126
+ val baseVersion = s " $developedVersion"
127
127
128
128
/** The version of TASTY that should be emitted, checked in runtime test
129
129
* For defails on how TASTY version should be set see related discussions:
@@ -141,7 +141,7 @@ object Build {
141
141
* - in release candidate branch is experimental if {patch == 0}
142
142
* - in stable release is always non-experimetnal
143
143
*/
144
- val expectedTastyVersion = " 28.7-experimental-1 "
144
+ val expectedTastyVersion = " 28.7"
145
145
checkReleasedTastyVersion()
146
146
147
147
/** Final version of Scala compiler, controlled by environment variables. */
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ object TastyFormat {
340
340
* is able to read final TASTy documents if the file's
341
341
* `MinorVersion` is strictly less than the current value.
342
342
*/
343
- final val ExperimentalVersion : Int = 1
343
+ final val ExperimentalVersion : Int = 0
344
344
345
345
/** This method implements a binary relation (`<:<`) between two TASTy versions.
346
346
*
You can’t perform that action at this time.
0 commit comments