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

Upped version to 1.6.0

This commit is contained in:
Cristian Maglie
2014-11-18 14:48:01 +01:00
parent b0bd52b387
commit b9e186e45a
3 changed files with 4 additions and 4 deletions

View File

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