8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7116ee commit e0be6c3Copy full SHA for e0be6c3
arduino-core/src/processing/app/BaseNoGui.java
@@ -41,9 +41,9 @@
41
public class BaseNoGui {
42
43
/** Version string to be used for build */
44
- public static final int REVISION = 10817;
+ public static final int REVISION = 10818;
45
/** Extended version string displayed on GUI */
46
- public static final String VERSION_NAME = "1.8.17";
+ public static final String VERSION_NAME = "1.8.18";
47
public static final String VERSION_NAME_LONG;
48
49
// Current directory to use for relative paths specified on the
build/shared/revisions.txt
@@ -1,4 +1,7 @@
1
-ARDUINO 1.8.17 2021.12.14 SECURITY HOTFIX RELEASE
+ARDUINO 1.8.18 2021.12.14 SECURITY HOTFIX RELEASE
2
+
3
4
+ARDUINO 1.8.17 (not released superseded by 1.8.18)
5
6
[ide]
7
* Upgrade log4j to 2.15.0 - CVE-2021-44228 (thanks @rhowe)
0 commit comments