We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8199761 commit f0e5babCopy full SHA for f0e5bab
arduino-core/src/processing/app/BaseNoGui.java
@@ -41,9 +41,9 @@
41
public class BaseNoGui {
42
43
/** Version string to be used for build */
44
- public static final int REVISION = 10805;
+ public static final int REVISION = 10806;
45
/** Extended version string displayed on GUI */
46
- public static final String VERSION_NAME = "1.8.5";
+ public static final String VERSION_NAME = "1.8.6";
47
public static final String VERSION_NAME_LONG;
48
49
// Current directory to use for relative paths specified on the
build/shared/revisions.txt
@@ -1,3 +1,8 @@
1
+ARDUINO 1.8.6
2
+
3
+[ide]
4
+* Added translations for library types. Thanks @ReAlUA
5
6
ARDUINO 1.8.5 2017.09.29
7
8
(bugfix service release)
0 commit comments