mirror of https://github.com/noisymime/Arduino.git
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…
Reference in New Issue