1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01: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;

View File

@ -6,7 +6,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Arduino AVR Boards
version=1.5.8
version=1.6.0
# AVR compile variables
# ---------------------

View File

@ -5,7 +5,7 @@
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Arduino ARM (32-bits) Boards
version=1.5.8
version=1.6.0
# SAM3 compile variables
# ----------------------