mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-21 10:52:14 +01:00
Starting Arduino IDE 1.8.14
This commit is contained in:
parent
5adf408270
commit
ea84e7383a
@ -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 = 10813;
|
||||
public static final int REVISION = 10814;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.8.13";
|
||||
public static final String VERSION_NAME = "1.8.14";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,3 +1,6 @@
|
||||
ARDUINO 1.8.14 2020.??.??
|
||||
|
||||
|
||||
ARDUINO 1.8.13 2020.06.16
|
||||
|
||||
[ide]
|
||||
|
Loading…
x
Reference in New Issue
Block a user