Skip to content

Commit d556f83

Browse files
committed
Bump versions after release of Scala 2.11.0-RC4
Based on: https://scala-webapps.epfl.ch/jenkins/view/scala-release-2.11.x/job/scala-release-2.11.x/52/artifact/scala/versions.properties With a manual edit of the new property, scala.full.version, which was not written out by `ant -Dupdate.versions`. That has since been remedied.
1 parent 2e839ac commit d556f83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versions.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
#Wed, 19 Mar 2014 03:05:28 +0100
1+
#Fri, 04 Apr 2014 23:11:56 +0200
22
# NOTE: this file determines the content of the scala-distribution
33
# via scala-dist-pom.xml and scala-library-all-pom.xml
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.0-RC3
7+
starr.version=2.11.0-RC4
88
starr.use.released=1
99

1010
# These are the versions of the modules that go with this release.
1111
# These properties are used during PR validation and in dbuild builds.
1212

1313
# e.g. 2.11.0-RC1, 2.11
14-
scala.binary.version=2.11.0-RC3
14+
scala.binary.version=2.11.0-RC4
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.0-RC3
17+
scala.full.version=2.11.0-RC4
1818

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

0 commit comments

Comments
 (0)