From 5217912d58190c2fff83b8e164e950a2edb53ec7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 3 Nov 2018 06:56:41 -0700 Subject: [PATCH] Start Arduino IDE 1.8.8 --- arduino-core/src/processing/app/BaseNoGui.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arduino-core/src/processing/app/BaseNoGui.java b/arduino-core/src/processing/app/BaseNoGui.java index 9582ae960..0dfbd4ccc 100644 --- a/arduino-core/src/processing/app/BaseNoGui.java +++ b/arduino-core/src/processing/app/BaseNoGui.java @@ -42,9 +42,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 = 10807; + public static final int REVISION = 10808; /** Extended version string displayed on GUI */ - public static final String VERSION_NAME = "1.8.7"; + public static final String VERSION_NAME = "1.8.8"; public static final String VERSION_NAME_LONG; // Current directory to use for relative paths specified on the