summaryrefslogtreecommitdiff
path: root/build.number
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-04-22 17:56:38 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-04-23 16:14:35 +0200
commit7b54922b77fe1cf40177fc4a5ee9707bb5d854d2 (patch)
treef42468f667b9f560d7d668ee96138f74303d80db /build.number
parent5c75f48958b0898d151e9e2f3ed1d9438b17f553 (diff)
downloadscala-7b54922b77fe1cf40177fc4a5ee9707bb5d854d2.tar.gz
scala-7b54922b77fe1cf40177fc4a5ee9707bb5d854d2.tar.bz2
scala-7b54922b77fe1cf40177fc4a5ee9707bb5d854d2.zip
Documentation and some updates for the release build script
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 78e98dffb3..7c7e26fd09 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=12
version.patch=0
-# 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).