summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2017-03-08 13:59:59 +0100
committerGitHub <noreply@github.com>2017-03-08 13:59:59 +0100
commitc309f9867a557d4edccaebfa399eabcef11bf1bf (patch)
treea7195f977e036f4cb8a98a24015add7800a1a6b3 /src
parent567aa14cc388c7315dc0d15405d6c583bfe3f3d7 (diff)
parent8dc0dd4582314d99d5a4fc427933116339b497ed (diff)
downloadscala-c309f9867a557d4edccaebfa399eabcef11bf1bf.tar.gz
scala-c309f9867a557d4edccaebfa399eabcef11bf1bf.tar.bz2
scala-c309f9867a557d4edccaebfa399eabcef11bf1bf.zip
Merge pull request #5757 from lrytz/bootstrap-script
new version numbers for snapshot and integration builds, new repository
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/settings/ScalaVersion.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/settings/ScalaVersion.scala b/src/compiler/scala/tools/nsc/settings/ScalaVersion.scala
index 0b051ef89d..c38de753c8 100644
--- a/src/compiler/scala/tools/nsc/settings/ScalaVersion.scala
+++ b/src/compiler/scala/tools/nsc/settings/ScalaVersion.scala
@@ -127,7 +127,7 @@ abstract class ScalaBuild extends Ordered[ScalaBuild] {
def unparse: String
}
/**
- * A development, test, nightly, snapshot or other "unofficial" build
+ * A development, test, integration, snapshot or other "unofficial" build
*/
case class Development(id: String) extends ScalaBuild {
def unparse = s"-${id}"