Skip to content

Commit cac6383

Browse files
committed
Merge pull request scala#3676 from retronym/release/bump-versions-2.11.0-RC4
Bump versions after release of Scala 2.11.0-RC4
2 parents 2e839ac + 2e70518 commit cac6383

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

versions.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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
2121
scala-parser-combinators.version.number=1.0.1
2222
scala-continuations-plugin.version.number=1.0.1
2323
scala-continuations-library.version.number=1.0.1
2424
scala-swing.version.number=1.0.1
25-
akka-actor.version.number=2.3.0
25+
akka-actor.version.number=2.3.2
2626
actors-migration.version.number=1.1.0
2727

2828
# external modules, used internally (not shipped)

0 commit comments

Comments
 (0)