Skip to content

Commit e3177a5

Browse files
committed
Starting version 1.6.12
1 parent b5223cc commit e3177a5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
public class BaseNoGui {
4343

4444
/** Version string to be used for build */
45-
public static final int REVISION = 10611;
45+
public static final int REVISION = 10612;
4646
/** Extended version string displayed on GUI */
47-
public static final String VERSION_NAME = "1.6.11";
47+
public static final String VERSION_NAME = "1.6.12";
4848
public static final String VERSION_NAME_LONG;
4949

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

build/shared/revisions.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ARDUINO 1.6.12
2+
3+
[ide]
4+
* Refactor Editor code, solving some long standing bugs and cleaning up everything. Thanks @matthijskooijman
5+
* Add initial Cloud API integration. When plugging a new board, if an additional core is needed, the user will be prompted to install it
6+
7+
18
ARDUINO 1.6.11 - 2016.08.17
29

310
[ide]

0 commit comments

Comments
 (0)