1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

Starting 1.6.4

This commit is contained in:
Federico Fissore 2015-04-07 17:47:52 +02:00
parent bf6f0f400b
commit 643d9515ac

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 = 10603;
public static final int REVISION = 10604;
/** Extended version string displayed on GUI */
static String VERSION_NAME = "1.6.3";
static String VERSION_NAME = "1.6.4";
static File buildFolder;