mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-14 11:29:26 +01:00
Starting 1.8.5
This commit is contained in:
parent
39bb83d32a
commit
5bbb9054d4
@ -41,9 +41,9 @@ import static processing.app.helpers.filefilters.OnlyDirs.ONLY_DIRS;
|
|||||||
public class BaseNoGui {
|
public class BaseNoGui {
|
||||||
|
|
||||||
/** Version string to be used for build */
|
/** Version string to be used for build */
|
||||||
public static final int REVISION = 10804;
|
public static final int REVISION = 10805;
|
||||||
/** Extended version string displayed on GUI */
|
/** Extended version string displayed on GUI */
|
||||||
public static final String VERSION_NAME = "1.8.4";
|
public static final String VERSION_NAME = "1.8.5";
|
||||||
public static final String VERSION_NAME_LONG;
|
public static final String VERSION_NAME_LONG;
|
||||||
|
|
||||||
// Current directory to use for relative paths specified on the
|
// Current directory to use for relative paths specified on the
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
ARDUINO 1.8.4
|
ARDUINO 1.8.5
|
||||||
|
|
||||||
|
ARDUINO 1.8.4 2017.08.23
|
||||||
|
|
||||||
[ide]
|
[ide]
|
||||||
* IDE Toolbar can now go full width on 4K display.
|
* IDE Toolbar can now go full width on 4K display.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user