Skip to content

Commit 2595b11

Browse files
committed
Merge pull request scala#4635 from SethTisue/post-m2-version-bumps
bump versions.properties now that 2.12.0-M2 is out
2 parents 84850fa + c9abbe0 commit 2595b11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versions.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
# also add them to the update.versions mechanism in build.xml,
66
# which is used by the release script scripts/jobs/integrate/bootstrap
77

8-
# The scala version used for boostrapping. This has no impact on the final classfiles:
8+
# The scala version used for bootstrapping. This has no impact on the final classfiles:
99
# there are two stages (locker and quick), so compiler and library are always built
1010
# with themselves. Stability is ensured by building a third stage (strap).
11-
starr.version=2.12.0-M1
11+
starr.version=2.12.0-M2
1212

1313
# These are the versions of the modules that go with this release.
1414
# These properties are used during PR validation and in dbuild builds.
@@ -18,8 +18,8 @@ starr.version=2.12.0-M1
1818
# It has to be set in the following way:
1919
# - After 2.x.0 is released, the binary version is 2.x.
2020
# - During milestones and RCs, modules are cross-built against the full version.
21-
# So the value is the full version (e.g. 2.12.0-M1).
22-
scala.binary.version=2.12.0-M1
21+
# So the value is the full version (e.g. 2.12.0-M2).
22+
scala.binary.version=2.12.0-M2
2323

2424
# external modules shipped with distribution, as specified by scala-library-all's pom
2525
scala-xml.version.number=1.0.4

0 commit comments

Comments
 (0)