We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d115f44 commit da97506Copy full SHA for da97506
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 = 10800;
+ public static final int REVISION = 10801;
42
/** Extended version string displayed on GUI */
43
- public static final String VERSION_NAME = "1.8.0";
+ public static final String VERSION_NAME = "1.8.1";
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,6 @@
1
+ARDUINO 1.8.1
2
+
3
4
ARDUINO 1.8.0 - 2016.12.20
5
6
[ide]
0 commit comments