mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
Starting Arduino IDE 1.8.20
This commit is contained in:
parent
5e38fe2937
commit
18f55445ab
@ -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 = 10819;
|
public static final int REVISION = 10820;
|
||||||
/** Extended version string displayed on GUI */
|
/** Extended version string displayed on GUI */
|
||||||
public static final String VERSION_NAME = "1.8.19";
|
public static final String VERSION_NAME = "1.8.20";
|
||||||
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,6 @@
|
|||||||
|
ARDUINO 1.8.20 not yet released
|
||||||
|
|
||||||
|
|
||||||
ARDUINO 1.8.19 2021.12.20 SECURITY HOTFIX RELEASE
|
ARDUINO 1.8.19 2021.12.20 SECURITY HOTFIX RELEASE
|
||||||
|
|
||||||
[ide]
|
[ide]
|
||||||
|
Loading…
Reference in New Issue
Block a user