File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tasty/src/dotty/tools/tasty Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ object Build {
8080 * During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
8181 * During final, stable release is set exactly to `developedVersion`.
8282 */
83- val baseVersion = s " $ developedVersion-RC6 "
83+ val baseVersion = developedVersion
8484
8585 /** The version of TASTY that should be emitted, checked in runtime test
8686 * For defails on how TASTY version should be set see related discussions:
@@ -98,7 +98,7 @@ object Build {
9898 * - in release candidate branch is experimental if {patch == 0}
9999 * - in stable release is always non-experimetnal
100100 */
101- val expectedTastyVersion = " 28.8-experimental-1 "
101+ val expectedTastyVersion = " 28.8"
102102 checkReleasedTastyVersion()
103103
104104 /** Final version of Scala compiler, controlled by environment variables. */
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ object TastyFormat {
341341 * is able to read final TASTy documents if the file's
342342 * `MinorVersion` is strictly less than the current value.
343343 */
344- final val ExperimentalVersion : Int = 1
344+ final val ExperimentalVersion : Int = 0
345345
346346 /** This method implements a binary relation (`<:<`) between two TASTy versions.
347347 *
You can’t perform that action at this time.
0 commit comments