Starting IDE 1.8.4

Fixes https://github.com/arduino/Arduino/issues/6554
This commit is contained in:
per1234 2017-07-26 08:17:44 -07:00
parent 101677bba2
commit 7c039c484b
1 changed files with 2 additions and 2 deletions

View File

@ -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 = 10803;
public static final int REVISION = 10804;
/** 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;
// Current directory to use for relative paths specified on the