Skip to content

Commit 85f3548

Browse files
committed
Bump versions for 2.11.5 release.
1 parent 4e77c51 commit 85f3548

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.number

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#Tue Sep 11 19:21:09 CEST 2007
22
version.major=2
33
version.minor=11
4-
version.patch=5
4+
version.patch=6
55
# This is the -N part of a version. if it's 0, it's dropped from maven versions.
66
version.bnum=0
77

8-
# Note: To build a release run ant with -Dbuild.release=true
9-
# To build an RC, run ant with -Dmaven.version.suffix=-RCN
8+
# To build a release, see scripts/jobs/scala-release-2.11.x-build
9+
# (normally run by the eponymous job on scala-ci.typesafe.com).

versions.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# when adding new properties that influence a release,
55
# also add them to the update.versions mechanism in build.xml,
66
# which is used by scala-release-2.11.x in scala/jenkins-scripts
7-
starr.version=2.11.2
7+
starr.version=2.11.5
88
starr.use.released=1
99

1010
# These are the versions of the modules that go with this release.
@@ -14,7 +14,7 @@ starr.use.released=1
1414
scala.binary.version=2.11
1515
# e.g. 2.11.0-RC1, 2.11.0, 2.11.1-RC1, 2.11.1
1616
# this defines the dependency on scala-continuations-plugin in scala-dist's pom
17-
scala.full.version=2.11.2
17+
scala.full.version=2.11.5
1818

1919
# external modules shipped with distribution, as specified by scala-library-all's pom
2020
scala-xml.version.number=1.0.3

0 commit comments

Comments
 (0)