1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-15 12:29:26 +01:00

Start Arduino IDE 1.8.8

This commit is contained in:
per1234 2018-11-03 06:56:41 -07:00
parent db2dd8f003
commit 5217912d58

View File

@ -42,9 +42,9 @@ import static processing.app.helpers.filefilters.OnlyDirs.ONLY_DIRS;
public class BaseNoGui { public class BaseNoGui {
/** Version string to be used for build */ /** 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 */ /** 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; public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the // Current directory to use for relative paths specified on the