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:
Diffstat (limited to 'arduino-core/src/processing/app/BaseNoGui.java')
-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 f648d87da..e1fe0de98 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 = 10817;
+ public static final int REVISION = 10818;
/** Extended version string displayed on GUI */
- public static final String VERSION_NAME = "1.8.17";
+ public static final String VERSION_NAME = "1.8.18";
public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the