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

Started working on 1.6.2

This commit is contained in:
Federico Fissore
2015-03-11 11:42:55 +01:00
parent b8b2869753
commit c46e667e7a
4 changed files with 6 additions and 4 deletions

View File

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