mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
Starting version 1.6.12
This commit is contained in:
parent
b5223cc576
commit
e3177a5ed8
@ -42,9 +42,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 = 10611;
|
||||
public static final int REVISION = 10612;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.6.11";
|
||||
public static final String VERSION_NAME = "1.6.12";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,3 +1,10 @@
|
||||
ARDUINO 1.6.12
|
||||
|
||||
[ide]
|
||||
* Refactor Editor code, solving some long standing bugs and cleaning up everything. Thanks @matthijskooijman
|
||||
* Add initial Cloud API integration. When plugging a new board, if an additional core is needed, the user will be prompted to install it
|
||||
|
||||
|
||||
ARDUINO 1.6.11 - 2016.08.17
|
||||
|
||||
[ide]
|
||||
|
Loading…
x
Reference in New Issue
Block a user