mirror of https://github.com/noisymime/Arduino.git
Started working on 1.6.2
This commit is contained in:
parent
b8b2869753
commit
c46e667e7a
|
@ -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;
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
ARDUINO 1.6.2
|
||||
|
||||
ARDUINO 1.6.1 - 2015.03.10
|
||||
|
||||
[ide]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
|
||||
|
||||
name=Arduino AVR Boards
|
||||
version=1.6.1
|
||||
version=1.6.2
|
||||
|
||||
# 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.6.1
|
||||
version=1.6.2
|
||||
|
||||
# SAM3 compile variables
|
||||
# ----------------------
|
||||
|
|
Loading…
Reference in New Issue