Skip to content

Commit 748c635

Browse files
committed
tiny download page tweaks
1 parent 41d854d commit 748c635

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

_layouts/maindownloadpage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ <h3>Additional information</h3>
77

88
You can find the links to prior versions or the latest development version below.
99
To see a detailed list of changes for each version of Scala please refer to the <a href="{{ site.baseurl }}/download/changelog.html">changelog</a>.
10-
Note that the different major releases of Scala (e.g. Scala 2.9.3 and Scala 2.10.1) are not binary compatible.
10+
Note that different major releases of Scala (e.g. Scala 2.11.x and Scala 2.12.x) are not binary compatible with each other.
1111

1212
<ul>
1313
{% for release in page.other_releases %}
1414
<li><a href="/download/{{ release[2] }}.html">{{ release[1] }} - Scala {{ release[2] }}</a></li>
1515
{% endfor %}
1616
<li><a href="/files/archive/nightly/">Nightly builds</a></li>
1717
<li><a href="changelog.html">Changelog</a></li>
18-
<li><a href="all.html">All previous Scala Releases</a></li>
18+
<li><a href="all.html">All previous releases</a></li>
1919
</ul>

download/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ release_version: 2.12.0
55
release_date: "March 8, 2016"
66
show_resources: "true"
77
other_releases: [
8-
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
9-
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
10-
["maintenance_version", "Latest 2.11.x maintenance release", 2.11.8, "March 8, 2016"],
118
["development_version", "Current 2.12.x release", 2.12.0, "November 3, 2016"]
9+
["maintenance_version", "Latest 2.11.x maintenance release", 2.11.8, "March 8, 2016"],
10+
["maintenance_version", "Last 2.10.x maintenance release", 2.10.6, "September 18, 2015"],
11+
["maintenance_version", "Last 2.9.x maintenance release", 2.9.3, "February 28, 2013"],
1212
]
13-
requirements: "Scala 2.12 requires version 8 of the <a href='http://www.java.com/'>Java platform</a>. Older Scala version are compatible with Java 6 and up. Java 9 is not yet supported."
13+
requirements: "Scala 2.12 requires version 8 of the <a href='http://www.java.com/'>Java platform</a>. Older Scala versions are compatible with Java 6 and up. Java 9 is not yet supported."
1414
resources: [
1515
["-main-unixsys", "scala-2.12.0.tgz", "http://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.tgz", "Mac OS X, Unix, Cygwin", "19.24M"],
1616
["-main-windows", "scala-2.12.0.msi", "http://downloads.lightbend.com/scala/2.12.0/scala-2.12.0.msi", "Windows (msi installer)", "117.78M"],

0 commit comments

Comments
 (0)