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-20 20:36:16 +0300
committerCristian Maglie <c.maglie@arduino.cc>2021-12-20 20:36:16 +0300
commit18f55445ab95b193671306688f2a8f4877e95e17 (patch)
tree048cbb39798b948b623e26b61cfc44cc605dff15
parent5e38fe2937439a1d1f7b1c70c48446501cc50621 (diff)
Starting Arduino IDE 1.8.20
-rw-r--r--arduino-core/src/processing/app/BaseNoGui.java4
-rw-r--r--build/shared/revisions.txt3
2 files changed, 5 insertions, 2 deletions
diff --git a/arduino-core/src/processing/app/BaseNoGui.java b/arduino-core/src/processing/app/BaseNoGui.java
index b5895c706..ea51e376e 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 = 10819;
+ public static final int REVISION = 10820;
/** Extended version string displayed on GUI */
- public static final String VERSION_NAME = "1.8.19";
+ public static final String VERSION_NAME = "1.8.20";
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 9b5df895c..72807d6a7 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,3 +1,6 @@
+ARDUINO 1.8.20 not yet released
+
+
ARDUINO 1.8.19 2021.12.20 SECURITY HOTFIX RELEASE
[ide]