Skip to content

Commit e08ad42

Browse files
committed
changing to make 4.0 beta 1 the default download
1 parent 9579b20 commit e08ad42

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

content/static/download.html

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,46 @@ <h1 class="large-header"><span class="black">Download Processing.</span> Process
99

1010
<!-- Downloads -->
1111
<div class="downloads">
12-
<span class="version">3.5.4</span>
13-
<span class="version-date">(17 January 2020)</span>
12+
<span class="version">4.0b1</span>
13+
<span class="version-date">(9 August 2021)</span>
1414
<ul class="current-downloads">
15-
<li><a href="https://download.processing.org/processing-3.5.4-windows64.zip">Windows</a> 64-bit<br />
16-
<a href="https://download.processing.org/processing-3.5.4-windows32.zip">Windows</a> 32-bit</li>
17-
<li><a href="https://download.processing.org/processing-3.5.4-linux64.tgz">Linux</a> 64-bit<br />
15+
<li><a href="https://download.processing.org/processing-4.0b1-windows64.zip">Windows</a> 64-bit<!--<br />
16+
<a href="https://download.processing.org/processing-3.5.4-windows32.zip">Windows</a> 32-bit</li>-->
17+
<li><a href="https://download.processing.org/processing-4.0b1-linux64.tgz">Linux</a> 64-bit<br />
1818
<!--
1919
<a href="http://download.processing.org/processing-3.5.3-linux32.tgz">Linux</a> 32-bit<br />
2020
<a href="http://download.processing.org/processing-3.5.3-linux-armv6hf.tgz">Linux</a> ARM<br>
2121
(<a href="http://pi.processing.org/" style="font-size: inherit;">running on Pi?</a>)
2222
</li>
2323
-->
24-
<li><a href="https://download.processing.org/processing-3.5.4-macosx.zip">Mac OS X</a></li>
24+
<li><a href="https://download.processing.org/processing-4.0b1-macosx.zip">macOS</a></li>
2525
</ul>
2626
</div>
2727

2828
<!-- Meta -->
2929
<div class="meta">
3030
<div class="links">
3131
&raquo; <a href="https://github.com/processing">Github</a><br>
32-
&raquo; <a href="https://github.com/processing/processing/issues?state=open">Report Bugs</a><br>
33-
&raquo; <a href="https://github.com/processing/processing/wiki">Wiki</a><br>
34-
&raquo; <a href="https://github.com/processing/processing/wiki/Supported-Platforms">Supported Platforms</a>
32+
&raquo; <a href="https://github.com/processing/processing4/issues?state=open">Report Bugs</a><br>
33+
&raquo; <a href="https://github.com/processing/processing4/wiki">Wiki</a><br>
34+
&raquo; <a href="https://github.com/processing/processing4/wiki/Supported-Platforms">Supported Platforms</a>
3535
</div>
3636
<div class="revisions">
37-
Read about the <a href="https://github.com/processing/processing/wiki/Changes-in-3.0">changes in 3.0</a>. The <a href="https://raw.github.com/processing/processing/master/build/shared/revisions.txt">list of revisions</a> covers the differences between releases in detail.
37+
Read about the <a href="https://github.com/processing/processing4/wiki/Changes-in-4.0">changes in 4.0</a>. The <a href="https://github.com/processing/processing4/blob/master/build/shared/changes.md">list of revisions</a> covers the differences between releases in detail.
3838
</div>
3939
</div>
4040
</div>
4141

4242
<!-- Stable Releases -->
4343
<div class="releases">
4444
<h3>Stable Releases</h3>
45+
<li>
46+
<span class="version">4.0b1</span>
47+
<span class="version-date">(9 August 2021)</span>
48+
<a href="https://download.processing.org/processing-4.0b1-windows64.zip">Windows 64</a>
49+
<a href="https://download.processing.org/processing-4.0b1-linux64.tgz">Linux 64</a>
50+
<a href="https://download.processing.org/processing-4.0b1-macosx.zip">macOS</a>
51+
</li>
4552
<li>
4653
<span class="version">3.5.4</span>
4754
<span class="version-date">(17 January 2020)</span>
@@ -273,6 +280,7 @@ <h3>Pre-Releases</h3>
273280
<a href="https://download.processing.org/processing-4.0a6-macosx.zip">Mac OS X</a>
274281
</li>
275282

283+
<!--
276284
<li>
277285
<span class="version">4.0 alpha 5</span>
278286
<span class="version-date">(24 June 2021)</span>
@@ -281,7 +289,6 @@ <h3>Pre-Releases</h3>
281289
<a href="https://download.processing.org/processing-4.0a5-macosx.zip">Mac OS X</a>
282290
</li>
283291
284-
<!--
285292
<li>
286293
<span class="version">4.0 alpha 4</span>
287294
<span class="version-date">(15 June 2021)</span>

download/latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0270
1+
1276
22

0 commit comments

Comments
 (0)