From e0be6c37aa9a557385ffc20e104648708a002a30 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Tue, 14 Dec 2021 13:59:16 +0100 Subject: starting 1.8.18 --- arduino-core/src/processing/app/BaseNoGui.java | 4 ++-- build/shared/revisions.txt | 5 ++++- 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) -- cgit v1.2.3