summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-12-05 10:56:40 -0800
committerSeth Tisue <seth@tisue.net>2016-12-05 10:58:20 -0800
commitc488a680a4c409e3e915d74d308758e26d142f81 (patch)
tree1fd9e8f01ba33e065f7800940c7a85a8923c6877
parent2787b47396013a44072fa7321482103b66fbccd3 (diff)
downloadscala-c488a680a4c409e3e915d74d308758e26d142f81.tar.gz
scala-c488a680a4c409e3e915d74d308758e26d142f81.tar.bz2
scala-c488a680a4c409e3e915d74d308758e26d142f81.zip
bump version (now 2.12.2) + and STARR (now 2.12.1)
as we normally do post-release
-rw-r--r--build.sbt2
-rw-r--r--versions.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 2e5cafc37e..268b9c51d7 100644
--- a/build.sbt
+++ b/build.sbt
@@ -87,7 +87,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
// should not be set directly. It is the same as the Maven version and derived automatically from `baseVersion` and
// `baseVersionSuffix`.
globalVersionSettings
-baseVersion in Global := "2.12.1"
+baseVersion in Global := "2.12.2"
baseVersionSuffix in Global := "SNAPSHOT"
mimaReferenceVersion in Global := Some("2.12.0")
diff --git a/versions.properties b/versions.properties
index e7ed0cfc71..24ca670f26 100644
--- a/versions.properties
+++ b/versions.properties
@@ -1,7 +1,7 @@
# Scala version used for bootstrapping. (This has no impact on the
# final classfiles, since compiler and library are built first using
# starr, then rebuilt using themselves.)
-starr.version=2.12.0
+starr.version=2.12.1
# These are the versions of the modules that go with this release.
# These properties are used during PR validation and in dbuild builds.