summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-06-24 14:51:52 -0400
committerSeth Tisue <seth@tisue.net>2015-06-24 14:51:52 -0400
commit590436f9a1a7338c9d8a6976f10bc8544b1d09cb (patch)
tree8d18ba16eeac3a91b6c2b8c7ce21a0ad1203e927
parentbb102e7125005b0a479396ceb8a93e400a67b643 (diff)
parentfbc49a655ba672d453e2b60ce13f133921488448 (diff)
downloadscala-590436f9a1a7338c9d8a6976f10bc8544b1d09cb.tar.gz
scala-590436f9a1a7338c9d8a6976f10bc8544b1d09cb.tar.bz2
scala-590436f9a1a7338c9d8a6976f10bc8544b1d09cb.zip
Merge pull request #4581 from SethTisue/2.11.8-is-next
Bump versions after 2.11.7 release
-rw-r--r--build.number2
-rw-r--r--versions.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/build.number b/build.number
index f5c5adfc0f..cdba0b70ec 100644
--- a/build.number
+++ b/build.number
@@ -4,7 +4,7 @@
version.major=2
version.minor=11
-version.patch=7
+version.patch=8
# 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.
version.bnum=0
diff --git a/versions.properties b/versions.properties
index 9f297e9b93..529365c9f9 100644
--- a/versions.properties
+++ b/versions.properties
@@ -8,7 +8,7 @@
# The scala version used for boostrapping. This has no impact on the final classfiles:
# there are two stages (locker and quick), so compiler and library are always built
# with themselves. Stability is ensured by building a third stage (strap).
-starr.version=2.11.6
+starr.version=2.11.7
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.
@@ -22,7 +22,7 @@ starr.version=2.11.6
scala.binary.version=2.11
# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
# this defines the dependency on scala-continuations-plugin in scala-dist's pom
-scala.full.version=2.11.6
+scala.full.version=2.11.7
# external modules shipped with distribution, as specified by scala-library-all's pom
scala-xml.version.number=1.0.4