Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2021-12-14 15:59:16 +0300
committerCristian Maglie <c.maglie@arduino.cc>2021-12-14 15:59:45 +0300
commite0be6c37aa9a557385ffc20e104648708a002a30 (patch)
tree3cfff48527644580b871959184021dcbf76cf47d
parentd7116ee41e0e547ea7235c34bca8eeeea7fb70fc (diff)
starting 1.8.18
-rw-r--r--arduino-core/src/processing/app/BaseNoGui.java4
-rw-r--r--build/shared/revisions.txt5
2 files changed, 6 insertions, 3 deletions
diff --git a/arduino-core/src/processing/app/BaseNoGui.java b/arduino-core/src/processing/app/BaseNoGui.java
index f648d87da..e1fe0de98 100644
--- a/arduino-core/src/processing/app/BaseNoGui.java
+++ b/arduino-core/src/processing/app/BaseNoGui.java
@@ -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
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index 1ac685396..f09eefaaa 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -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)