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:
parent
b0bd52b387
commit
b9e186e45a
@ -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;
|
||||
|
||||
|
@ -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
|
||||
# ---------------------
|
||||
|
@ -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
|
||||
# ----------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user