Skip to content

Commit 701f4a2

Browse files
committed
Update revision log and bumped IDE version to 1.6.11
1 parent f19bf5c commit 701f4a2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

arduino-core/src/processing/app/BaseNoGui.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
public class BaseNoGui {
4444

4545
/** Version string to be used for build */
46-
public static final int REVISION = 10610;
46+
public static final int REVISION = 10611;
4747
/** Extended version string displayed on GUI */
48-
public static final String VERSION_NAME = "1.6.10";
48+
public static final String VERSION_NAME = "1.6.11";
4949
public static final String VERSION_NAME_LONG;
5050

5151
// Current directory to use for relative paths specified on the

build/shared/revisions.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ARDUINO 1.6.11
2+
3+
[ide]
4+
* Fixed a serious bug that prevented some 3rd party boards, installed trough external index.json URL, to work correctly.
5+
16
ARDUINO 1.6.10 - 2016.07.26
27

38
[ide]

0 commit comments

Comments
 (0)