mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
Release 1.8.16
This commit is contained in:
parent
5c432943e9
commit
cea203e0a9
@ -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 = 10815;
|
||||
public static final int REVISION = 10816;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.8.15";
|
||||
public static final String VERSION_NAME = "1.8.16";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARDUINO 1.8.16 2021.09.02
|
||||
ARDUINO 1.8.16 2021.09.06
|
||||
|
||||
[ide]
|
||||
* Removed the very outdated off-line documentation.
|
||||
|
Loading…
Reference in New Issue
Block a user