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-06 14:01:07 +0300
committerCristian Maglie <c.maglie@arduino.cc>2021-09-06 14:02:57 +0300
commit21293c33bcc0a175506b4e4832f5f33e32cf1150 (patch)
treea7eef9db1407a1c5b597e2153319d20f5b461d34 /arduino-core
parente1bb135b869985177f7e243f9e565e99258c0898 (diff)
Starting Arduino IDE 1.8.17
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 4dd0a5b3f..f648d87da 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 = 10816;
+ public static final int REVISION = 10817;
/** Extended version string displayed on GUI */
- public static final String VERSION_NAME = "1.8.16";
+ public static final String VERSION_NAME = "1.8.17";
public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the