File tree 2 files changed +3
-2
lines changed
arduino-core/src/processing/app
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 42
42
public class BaseNoGui {
43
43
44
44
/** Version string to be used for build */
45
- public static final int REVISION = 10806 ;
45
+ public static final int REVISION = 10807 ;
46
46
/** 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 " ;
48
48
public static final String VERSION_NAME_LONG ;
49
49
50
50
// Current directory to use for relative paths specified on the
Original file line number Diff line number Diff line change 36
36
<content_rating type =" oars-1.1" />
37
37
38
38
<releases >
39
+ <release date =" 2018-09-11" version =" 1.8.7" />
39
40
<release date =" 2018-08-23" version =" 1.8.6" />
40
41
<release date =" 2017-10-02" version =" 1.8.5" />
41
42
<release date =" 2017-08-21" version =" 1.8.4" />
You can’t perform that action at this time.
0 commit comments