mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +01:00
Starting version 1.6.13
This commit is contained in:
parent
af334d59f1
commit
69fd6debbd
@ -42,9 +42,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 = 10612;
|
public static final int REVISION = 10613;
|
||||||
/** Extended version string displayed on GUI */
|
/** Extended version string displayed on GUI */
|
||||||
public static final String VERSION_NAME = "1.6.12";
|
public static final String VERSION_NAME = "1.6.13";
|
||||||
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,3 +1,9 @@
|
|||||||
|
ARDUINO 1.6.13
|
||||||
|
|
||||||
|
[ide]
|
||||||
|
|
||||||
|
[core]
|
||||||
|
|
||||||
ARDUINO 1.6.12 - 2016.09.21
|
ARDUINO 1.6.12 - 2016.09.21
|
||||||
|
|
||||||
[ide]
|
[ide]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user