Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 590436f

Browse files
committed
Merge pull request scala#4581 from SethTisue/2.11.8-is-next
Bump versions after 2.11.7 release
2 parents bb102e7 + fbc49a6 commit 590436f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.number

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
version.major=2
66
version.minor=11
7-
version.patch=7
7+
version.patch=8
88

99
# This is the -N part of a version (2.9.1-1). If it's 0, it's dropped from maven versions. It should not be used again.
1010
version.bnum=0

versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# The scala version used for boostrapping. 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.11.6
11+
starr.version=2.11.7
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.
@@ -22,7 +22,7 @@ starr.version=2.11.6
2222
scala.binary.version=2.11
2323
# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
2424
# this defines the dependency on scala-continuations-plugin in scala-dist's pom
25-
scala.full.version=2.11.6
25+
scala.full.version=2.11.7
2626

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

0 commit comments

Comments
 (0)