We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f9002 commit 7e4144bCopy full SHA for 7e4144b
arduino-core/src/processing/app/BaseNoGui.java
@@ -41,9 +41,9 @@
41
public class BaseNoGui {
42
43
/** Version string to be used for build */
44
- public static final int REVISION = 10609;
+ public static final int REVISION = 10610;
45
/** Extended version string displayed on GUI */
46
- public static final String VERSION_NAME = "1.6.9";
+ public static final String VERSION_NAME = "1.6.10";
47
public static final String VERSION_NAME_LONG;
48
49
// Current directory to use for relative paths specified on the
build/shared/revisions.txt
@@ -1,4 +1,10 @@
1
-ARDUINO 1.6.9 2016.05.10
+ARDUINO 1.6.10
2
+
3
+[ide]
4
+[core]
5
+[libraries]
6
7
+ARDUINO 1.6.9 - 2016.05.10
8
9
[ide]
10
* Catch and report errors during parsing contributed index files
0 commit comments