We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af334d5 commit 69fd6deCopy full SHA for 69fd6de
arduino-core/src/processing/app/BaseNoGui.java
@@ -42,9 +42,9 @@
42
public class BaseNoGui {
43
44
/** Version string to be used for build */
45
- public static final int REVISION = 10612;
+ public static final int REVISION = 10613;
46
/** Extended version string displayed on GUI */
47
- public static final String VERSION_NAME = "1.6.12";
+ public static final String VERSION_NAME = "1.6.13";
48
public static final String VERSION_NAME_LONG;
49
50
// Current directory to use for relative paths specified on the
build/shared/revisions.txt
@@ -1,3 +1,9 @@
1
+ARDUINO 1.6.13
2
+
3
+[ide]
4
5
+[core]
6
7
ARDUINO 1.6.12 - 2016.09.21
8
9
[ide]
0 commit comments