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

Merge pull request #6556 from per1234/start-184

Starting IDE 1.8.4
This commit is contained in:
Martino Facchin 2017-07-27 09:22:58 +02:00 committed by GitHub
commit 472b3b8b39

View File

@ -41,9 +41,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 = 10803; public static final int REVISION = 10804;
/** Extended version string displayed on GUI */ /** Extended version string displayed on GUI */
public static final String VERSION_NAME = "1.8.3"; public static final String VERSION_NAME = "1.8.4";
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