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-09-03 10:49:28 +0300
committerCristian Maglie <c.maglie@arduino.cc>2021-09-03 10:49:28 +0300
commitcea203e0a977145774ab334c58c4f3dfaac8cdb8 (patch)
tree07fb946ae39e6b22814ba6cc25528f091e2ca9ed
parent5c432943e97a3b5465d2b338f0f9ea5eafb7120e (diff)
Release 1.8.161.8.16
-rw-r--r--arduino-core/src/processing/app/BaseNoGui.java4
-rw-r--r--build/shared/revisions.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/arduino-core/src/processing/app/BaseNoGui.java b/arduino-core/src/processing/app/BaseNoGui.java
index 75bc781af..4dd0a5b3f 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 = 10815;
+ public static final int REVISION = 10816;
/** Extended version string displayed on GUI */
- public static final String VERSION_NAME = "1.8.15";
+ public static final String VERSION_NAME = "1.8.16";
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 8eab8f188..59a43473f 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,4 +1,4 @@
-ARDUINO 1.8.16 2021.09.02
+ARDUINO 1.8.16 2021.09.06
[ide]
* Removed the very outdated off-line documentation.