mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Started IDE 1.8.1
This commit is contained in:
parent
d115f44a31
commit
da97506adf
@ -38,9 +38,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 = 10800;
|
||||
public static final int REVISION = 10801;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.8.0";
|
||||
public static final String VERSION_NAME = "1.8.1";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
@ -1,3 +1,6 @@
|
||||
ARDUINO 1.8.1
|
||||
|
||||
|
||||
ARDUINO 1.8.0 - 2016.12.20
|
||||
|
||||
[ide]
|
||||
|
Loading…
x
Reference in New Issue
Block a user