Skip to content

Commit a7a2b5b

Browse files
author
jantje
committed
release 4.3
1 parent 291eaf4 commit a7a2b5b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

website/WebContent/fragments/files.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,14 @@
3939
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/4_2/V4.2_linux64.2017-11-20_02-16-52.tar.gz",
4040
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/4_2/V4.2_mac64.2017-11-20_02-16-52.tar.gz",
4141
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/4_2/V4.2_win32.2017-11-20_02-16-52.tar.gz",
42-
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/4_2/V4.2_win64.2017-11-20_02-16-52.tar.gz"
43-
42+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/4_2/V4.2_win64.2017-11-20_02-16-52.tar.gz",
43+
44+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3/V4.3_linux32.2018-08-06_08-21-36.tar.gz",
45+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3/V4.3_linux64.2018-08-06_08-21-36.tar.gz",
46+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3/V4.3_mac64.2018-08-06_08-21-36.tar.gz",
47+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3/V4.3_win32.2018-08-06_08-21-36.tar.gz",
48+
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3/V4.3_win64.2018-08-06_08-21-36.tar.gz",
49+
4450

4551
);
4652

website/WebContent/fragments/navbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232

3333
<li class="dropdown-header">Archived Versions</li>
34+
<li><a href="http://eclipse.baeyens.it/archived.php?ver=4.2">Plugin v4.2</a></li>
3435
<li><a href="http://eclipse.baeyens.it/archived.php?ver=4.1">Plugin v4.1</a></li>
3536
<li><a href="http://eclipse.baeyens.it/archived.php?ver=4.0">Plugin v4.0</a></li>
3637
<li><a href="http://eclipse.baeyens.it/archived.php?ver=3.1">Plugin v3.1</a></li>

website/WebContent/globals.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22
$STABLE_VERSION_MAJOR=4;
3-
$STABLE_VERSION_MINOR=2;
3+
$STABLE_VERSION_MINOR=3;
44
$STABLE_VERSION_PATCH=0;
55
?>

website/WebContent/index.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
This represents a completely <b>free and open</b> Arduino IDE alternative!<br>
4141
Download the product, unpack and play!<br>
4242
</p>
43-
<h1>V4.2 Is out more than 400 boards build out of the box. Try it out now!!!</h1>
43+
<h1>V4.3 Is out more than 500 boards build out of the box. Try it out now!!!</h1>
4444
<p>Welcome to a next stage for your Arduino projects!</p>
4545
<p>
4646
<a href="learn.shtml" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a>

0 commit comments

Comments
 (0)