We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b08c3 commit 9a8dd2aCopy full SHA for 9a8dd2a
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 = 10608;
+ public static final int REVISION = 10609;
43
/** Extended version string displayed on GUI */
44
- public static final String VERSION_NAME = "1.6.8";
+ public static final String VERSION_NAME = "1.6.9";
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,4 +1,10 @@
1
-ARDUINO 1.6.8
+ARDUINO 1.6.9
2
+
3
+[ide]
4
+[core]
5
+[libraries]
6
7
+ARDUINO 1.6.8 - 2016.03.09
8
9
[ide]
10
* Added support for GUI interface scaling for UHD monitors.
0 commit comments