summaryrefslogtreecommitdiff
path: root/build.number
diff options
context:
space:
mode:
Diffstat (limited to 'build.number')
-rw-r--r--build.number13
1 files changed, 0 insertions, 13 deletions
diff --git a/build.number b/build.number
deleted file mode 100644
index 6c222a08f6..0000000000
--- a/build.number
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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=11
-
-# 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).