We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746133d commit 376cb56Copy full SHA for 376cb56
arduino-core/src/processing/app/BaseNoGui.java
@@ -39,9 +39,9 @@
39
public class BaseNoGui {
40
41
/** Version string to be used for build */
42
- public static final int REVISION = 10607;
+ public static final int REVISION = 10608;
43
/** Extended version string displayed on GUI */
44
- public static final String VERSION_NAME = "1.6.7";
+ public static final String VERSION_NAME = "1.6.8";
45
public static final String VERSION_NAME_LONG;
46
47
// Current directory to use for relative paths specified on the
build/shared/revisions.txt
@@ -1,3 +1,5 @@
1
+ARDUINO 1.6.8
2
+
3
ARDUINO 1.6.7 - 2015.12.17
4
5
[ide]
0 commit comments