mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Starting 1.6.4
This commit is contained in:
@ -28,9 +28,9 @@ import static processing.app.I18n._;
|
|||||||
public class BaseNoGui {
|
public class BaseNoGui {
|
||||||
|
|
||||||
/** Version string to be used for build */
|
/** Version string to be used for build */
|
||||||
public static final int REVISION = 10603;
|
public static final int REVISION = 10604;
|
||||||
/** Extended version string displayed on GUI */
|
/** Extended version string displayed on GUI */
|
||||||
static String VERSION_NAME = "1.6.3";
|
static String VERSION_NAME = "1.6.4";
|
||||||
|
|
||||||
static File buildFolder;
|
static File buildFolder;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user