Starting IDE 1.8.3

This commit is contained in:
Martino Facchin 2017-03-23 09:26:56 +01:00
parent cc6c68e521
commit 647a1b0aaa
2 changed files with 4 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 = 10802;
public static final int REVISION = 10803;
/** Extended version string displayed on GUI */
public static final String VERSION_NAME = "1.8.2";
public static final String VERSION_NAME = "1.8.3";
public static final String VERSION_NAME_LONG;
// Current directory to use for relative paths specified on the

View File

@ -1,3 +1,5 @@
ARDUINO 1.8.3
ARDUINO 1.8.2 2017.03.22
[ide]