mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
starting version 1.6.9
This commit is contained in:
parent
03b08c36e2
commit
9a8dd2a4a2
@ -39,9 +39,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 = 10608;
|
public static final int REVISION = 10609;
|
||||||
/** Extended version string displayed on GUI */
|
/** Extended version string displayed on GUI */
|
||||||
public static final String VERSION_NAME = "1.6.8";
|
public static final String VERSION_NAME = "1.6.9";
|
||||||
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,10 @@
|
|||||||
ARDUINO 1.6.8
|
ARDUINO 1.6.9
|
||||||
|
|
||||||
|
[ide]
|
||||||
|
[core]
|
||||||
|
[libraries]
|
||||||
|
|
||||||
|
ARDUINO 1.6.8 - 2016.03.09
|
||||||
|
|
||||||
[ide]
|
[ide]
|
||||||
* Added support for GUI interface scaling for UHD monitors.
|
* Added support for GUI interface scaling for UHD monitors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user