mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Update revision log and bumped IDE version to 1.6.11
This commit is contained in:
parent
f19bf5cf4c
commit
701f4a23df
@ -43,9 +43,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 = 10610;
|
||||
public static final int REVISION = 10611;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.6.10";
|
||||
public static final String VERSION_NAME = "1.6.11";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,3 +1,8 @@
|
||||
ARDUINO 1.6.11
|
||||
|
||||
[ide]
|
||||
* Fixed a serious bug that prevented some 3rd party boards, installed trough external index.json URL, to work correctly.
|
||||
|
||||
ARDUINO 1.6.10 - 2016.07.26
|
||||
|
||||
[ide]
|
||||
|
Loading…
x
Reference in New Issue
Block a user