mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-28 09:24:14 +01:00
starting 1.8.18
This commit is contained in:
parent
d7116ee41e
commit
e0be6c37aa
@ -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 = 10817;
|
||||
public static final int REVISION = 10818;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.8.17";
|
||||
public static final String VERSION_NAME = "1.8.18";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,4 +1,7 @@
|
||||
ARDUINO 1.8.17 2021.12.14 SECURITY HOTFIX RELEASE
|
||||
ARDUINO 1.8.18 2021.12.14 SECURITY HOTFIX RELEASE
|
||||
|
||||
|
||||
ARDUINO 1.8.17 (not released superseded by 1.8.18)
|
||||
|
||||
[ide]
|
||||
* Upgrade log4j to 2.15.0 - CVE-2021-44228 (thanks @rhowe)
|
||||
|
Loading…
Reference in New Issue
Block a user