1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

Update revision log. Version set to 1.6.1.

This commit is contained in:
Cristian Maglie
2015-02-19 17:26:44 +01:00
parent 0b6e274b5d
commit 606604d7d6
4 changed files with 14 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 = 10600;
public static final int REVISION = 10601;
/** Extended version string displayed on GUI */
static String VERSION_NAME = "1.6.0";
static String VERSION_NAME = "1.6.1";
static File buildFolder;