Skip to content

Commit f0e5bab

Browse files
committed
Started 1.8.6 and updated changelog
1 parent 8199761 commit f0e5bab

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

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

4343
/** Version string to be used for build */
44-
public static final int REVISION = 10805;
44+
public static final int REVISION = 10806;
4545
/** Extended version string displayed on GUI */
46-
public static final String VERSION_NAME = "1.8.5";
46+
public static final String VERSION_NAME = "1.8.6";
4747
public static final String VERSION_NAME_LONG;
4848

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

build/shared/revisions.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ARDUINO 1.8.6
2+
3+
[ide]
4+
* Added translations for library types. Thanks @ReAlUA
5+
16
ARDUINO 1.8.5 2017.09.29
27

38
(bugfix service release)

0 commit comments

Comments
 (0)