1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Starting 1.6.3

Updated toolchains: linux statically compiled, added gcc lto plugin (disabled)
This commit is contained in:
Federico Fissore
2015-03-30 13:21:31 +02:00
parent 5689fc7123
commit ea5155656a
22 changed files with 265 additions and 247 deletions

View File

@ -28,9 +28,9 @@ import static processing.app.I18n._;
public class BaseNoGui {
/** Version string to be used for build */
public static final int REVISION = 10602;
public static final int REVISION = 10603;
/** Extended version string displayed on GUI */
static String VERSION_NAME = "1.6.2";
static String VERSION_NAME = "1.6.3";
static File buildFolder;