1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00

Starting Arduino IDE 1.8.15

This commit is contained in:
Cristian Maglie 2021-05-12 15:19:57 +02:00
parent 2355e6afb7
commit 1ed8776eb3
2 changed files with 6 additions and 3 deletions

View File

@ -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 = 10814;
public static final int REVISION = 10815;
/** Extended version string displayed on GUI */
public static final String VERSION_NAME = "1.8.14";
public static final String VERSION_NAME = "1.8.15";
public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the

View File

@ -1,4 +1,7 @@
ARDUINO 1.8.14 2020.05.12
ARDUINO 1.8.15 2021.??.??
ARDUINO 1.8.14 2021.05.12
[ide]
* Fix status bar custom board preferences disappearing (thanks @magedrifaat)