Skip to content

Commit 4029577

Browse files
committed
Release 3.4.2-RC1
1 parent 76cd2dc commit 4029577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ object DottyJSPlugin extends AutoPlugin {
8383
object Build {
8484
import ScaladocConfigs._
8585

86-
val referenceVersion = "3.4.0"
86+
val referenceVersion = "3.4.1"
8787

8888
val baseVersion = "3.4.2-RC1"
8989

@@ -104,7 +104,7 @@ object Build {
104104
* set to 3.1.3. If it is going to be 3.1.0, it must be set to the latest
105105
* 3.0.x release.
106106
*/
107-
val previousDottyVersion = "3.4.0"
107+
val previousDottyVersion = "3.4.1"
108108

109109
/** Version against which we check binary compatibility. */
110110
val ltsDottyVersion = "3.3.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ object TastyFormat {
318318
* compatibility, but remains backwards compatible, with all
319319
* preceding `MinorVersion`.
320320
*/
321-
final val MinorVersion: Int = 5
321+
final val MinorVersion: Int = 4
322322

323323
/** Natural Number. The `ExperimentalVersion` allows for
324324
* experimentation with changes to TASTy without committing
@@ -334,7 +334,7 @@ object TastyFormat {
334334
* is able to read final TASTy documents if the file's
335335
* `MinorVersion` is strictly less than the current value.
336336
*/
337-
final val ExperimentalVersion: Int = 1
337+
final val ExperimentalVersion: Int = 0
338338

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

0 commit comments

Comments
 (0)