Skip to content

Commit 9c4d52c

Browse files
committed
Release 1.8.7
1 parent e42faa6 commit 9c4d52c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arduino-core/src/processing/app/BaseNoGui.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
public class BaseNoGui {
4343

4444
/** Version string to be used for build */
45-
public static final int REVISION = 10806;
45+
public static final int REVISION = 10807;
4646
/** Extended version string displayed on GUI */
47-
public static final String VERSION_NAME = "1.8.6";
47+
public static final String VERSION_NAME = "1.8.7";
4848
public static final String VERSION_NAME_LONG;
4949

5050
// Current directory to use for relative paths specified on the

build/linux/dist/appdata.xml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<content_rating type="oars-1.1" />
3737

3838
<releases>
39+
<release date="2018-09-11" version="1.8.7"/>
3940
<release date="2018-08-23" version="1.8.6"/>
4041
<release date="2017-10-02" version="1.8.5"/>
4142
<release date="2017-08-21" version="1.8.4"/>

0 commit comments

Comments
 (0)