1
0
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:
Cristian Maglie 2016-08-05 10:58:08 +02:00
parent f19bf5cf4c
commit 701f4a23df
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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]