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-05-06 09:28:35 +0200
commite4f28ef7521b9c616237f9319e63418ceb54df59 (patch)
treec72f1629eb451089feca156c6981bc6acc7f14bb /build.number
parentd3d44eedb380db355373629b9fbc624b3abe2512 (diff)
downloadscala-e4f28ef7521b9c616237f9319e63418ceb54df59.tar.gz
scala-e4f28ef7521b9c616237f9319e63418ceb54df59.tar.bz2
scala-e4f28ef7521b9c616237f9319e63418ceb54df59.zip
[backport] Documentation and some updates for the release build script
Backport of 7b54922b77fe1cf40177fc4a5ee9707bb5d854d2
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).