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 9622af8 commit ad8046dCopy full SHA for ad8046d
arduino-core/src/processing/app/BaseNoGui.java
@@ -31,9 +31,9 @@
31
public class BaseNoGui {
32
33
/** Version string to be used for build */
34
- public static final int REVISION = 10605;
+ public static final int REVISION = 10606;
35
/** Extended version string displayed on GUI */
36
- public static final String VERSION_NAME = "1.6.5";
+ public static final String VERSION_NAME = "1.6.6";
37
public static final String VERSION_NAME_LONG;
38
39
static {
build/shared/revisions.txt
@@ -1,3 +1,5 @@
1
+ARDUINO 1.6.6
2
+
3
ARDUINO 1.6.5 - 2015.06.15
4
5
[ide]
0 commit comments