summaryrefslogtreecommitdiff
path: root/build.number
diff options
context:
space:
mode:
Diffstat (limited to 'build.number')
-rw-r--r--build.number10
1 files changed, 7 insertions, 3 deletions
diff --git a/build.number b/build.number
index 27d2d23041..f5c5adfc0f 100644
--- a/build.number
+++ b/build.number
@@ -1,9 +1,13 @@
-#Tue Sep 11 19:21:09 CEST 2007
+# The version number in this file should be the next un-released minor version,
+# e.g., 2.11.7, 2.12.0, 2.12.1. It's used to determine version numbers for
+# SNAPSHOT / nightly builds and local builds of source checkouts.
+
version.major=2
version.minor=11
version.patch=7
-# This is the -N part of a version. if it's 0, it's dropped from maven versions.
+
+# 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
# To build a release, see scripts/jobs/scala-release-2.11.x-build
-# (normally run by the eponymous job on scala-ci.typesafe.com). \ No newline at end of file
+# (normally run by the eponymous job on scala-ci.typesafe.com).