mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-21 12:29:23 +01:00
Updating version in BaseNoGui
This commit is contained in:
parent
54137a4513
commit
eb732def4f
@ -39,9 +39,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 = 10606;
|
||||
public static final int REVISION = 10607;
|
||||
/** Extended version string displayed on GUI */
|
||||
public static final String VERSION_NAME = "1.6.6";
|
||||
public static final String VERSION_NAME = "1.6.7";
|
||||
public static final String VERSION_NAME_LONG;
|
||||
|
||||
// Current directory to use for relative paths specified on the
|
||||
|
Loading…
x
Reference in New Issue
Block a user