mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Started 1.8.6 and updated changelog
This commit is contained in:
parent
81997612b2
commit
f0e5bab51c
@ -41,9 +41,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 = 10805;
|
||||
public static final int REVISION = 10806;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.8.5";
|
||||
public static final String VERSION_NAME = "1.8.6";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,3 +1,8 @@
|
||||
ARDUINO 1.8.6
|
||||
|
||||
[ide]
|
||||
* Added translations for library types. Thanks @ReAlUA
|
||||
|
||||
ARDUINO 1.8.5 2017.09.29
|
||||
|
||||
(bugfix service release)
|
||||
|
Loading…
x
Reference in New Issue
Block a user