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-16 11:52:25 +0300
committerCristian Maglie <c.maglie@arduino.cc>2021-12-16 11:52:25 +0300
commitdfeff7df4cee2dacefc64f8a34210a83abc15dc5 (patch)
treee25540b017f9dc13ec9d52bd9ebdd4e445d4f7bf
parente18afa3ef93921fb2cd8703b8a8fd1ed648ef51e (diff)
Starting IDE 1.8.19
-rw-r--r--arduino-core/src/processing/app/BaseNoGui.java4
-rw-r--r--build/shared/revisions.txt4
2 files changed, 6 insertions, 2 deletions
diff --git a/arduino-core/src/processing/app/BaseNoGui.java b/arduino-core/src/processing/app/BaseNoGui.java
index e1fe0de98..b5895c706 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 = 10818;
+ public static final int REVISION = 10819;
/** Extended version string displayed on GUI */
- public static final String VERSION_NAME = "1.8.18";
+ public static final String VERSION_NAME = "1.8.19";
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 b41e1b44f..5f529ec4b 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -1,3 +1,7 @@
+ARDUINO 1.8.19 not yet released
+
+
+
ARDUINO 1.8.18 2021.12.14 SECURITY HOTFIX RELEASE
[ide]