mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
starting version 1.6.10
This commit is contained in:
parent
e8f9002e75
commit
7e4144b3fa
@ -41,9 +41,9 @@ import static processing.app.helpers.filefilters.OnlyDirs.ONLY_DIRS;
|
||||
public class BaseNoGui {
|
||||
|
||||
/** Version string to be used for build */
|
||||
public static final int REVISION = 10609;
|
||||
public static final int REVISION = 10610;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.6.9";
|
||||
public static final String VERSION_NAME = "1.6.10";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,4 +1,10 @@
|
||||
ARDUINO 1.6.9 2016.05.10
|
||||
ARDUINO 1.6.10
|
||||
|
||||
[ide]
|
||||
[core]
|
||||
[libraries]
|
||||
|
||||
ARDUINO 1.6.9 - 2016.05.10
|
||||
|
||||
[ide]
|
||||
* Catch and report errors during parsing contributed index files
|
||||
|
Loading…
Reference in New Issue
Block a user