We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5adf408 commit ea84e73Copy full SHA for ea84e73
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 = 10813;
+ public static final int REVISION = 10814;
45
/** Extended version string displayed on GUI */
46
- public static final String VERSION_NAME = "1.8.13";
+ public static final String VERSION_NAME = "1.8.14";
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,6 @@
1
+ARDUINO 1.8.14 2020.??.??
2
+
3
4
ARDUINO 1.8.13 2020.06.16
5
6
[ide]
0 commit comments