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 /arduino-core
parente18afa3ef93921fb2cd8703b8a8fd1ed648ef51e (diff)
Starting IDE 1.8.19
Diffstat (limited to 'arduino-core')
-rw-r--r--arduino-core/src/processing/app/BaseNoGui.java4
1 files changed, 2 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