File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
arduino-core/src/processing/app Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 41
41
public class BaseNoGui {
42
42
43
43
/** Version string to be used for build */
44
- public static final int REVISION = 10609 ;
44
+ public static final int REVISION = 10610 ;
45
45
/** Extended version string displayed on GUI */
46
- public static final String VERSION_NAME = "1.6.9 " ;
46
+ public static final String VERSION_NAME = "1.6.10 " ;
47
47
public static final String VERSION_NAME_LONG ;
48
48
49
49
// Current directory to use for relative paths specified on the
Original file line number Diff line number Diff line change 1
- ARDUINO 1.6.9 2016.05.10
1
+ ARDUINO 1.6.10
2
+
3
+ [ide]
4
+ [core]
5
+ [libraries]
6
+
7
+ ARDUINO 1.6.9 - 2016.05.10
2
8
3
9
[ide]
4
10
* Catch and report errors during parsing contributed index files
You can’t perform that action at this time.
0 commit comments