We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465c753 commit 6fc0379Copy full SHA for 6fc0379
arduino-core/src/processing/app/BaseNoGui.java
@@ -38,9 +38,9 @@
38
public class BaseNoGui {
39
40
/** Version string to be used for build */
41
- public static final int REVISION = 10801;
+ public static final int REVISION = 10802;
42
/** Extended version string displayed on GUI */
43
- public static final String VERSION_NAME = "1.8.1";
+ public static final String VERSION_NAME = "1.8.2";
44
public static final String VERSION_NAME_LONG;
45
46
// Current directory to use for relative paths specified on the
build/shared/revisions.txt
@@ -1,3 +1,5 @@
1
+ARDUINO 1.8.2
2
+
3
ARDUINO 1.8.1 - 2017.01.09
4
5
[ide]
0 commit comments