Skip to content

Commit c46e667

Browse files
author
Federico Fissore
committed
Started working on 1.6.2
1 parent b8b2869 commit c46e667

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

arduino-core/src/processing/app/BaseNoGui.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
public class BaseNoGui {
3838

3939
/** Version string to be used for build */
40-
public static final int REVISION = 10601;
40+
public static final int REVISION = 10602;
4141
/** Extended version string displayed on GUI */
42-
static String VERSION_NAME = "1.6.1";
42+
static String VERSION_NAME = "1.6.2";
4343

4444
static File buildFolder;
4545

build/shared/revisions.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
ARDUINO 1.6.2
3+
24
ARDUINO 1.6.1 - 2015.03.10
35

46
[ide]

hardware/arduino/avr/platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
77

88
name=Arduino AVR Boards
9-
version=1.6.1
9+
version=1.6.2
1010

1111
# AVR compile variables
1212
# ---------------------

hardware/arduino/sam/platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
66

77
name=Arduino ARM (32-bits) Boards
8-
version=1.6.1
8+
version=1.6.2
99

1010
# SAM3 compile variables
1111
# ----------------------

0 commit comments

Comments
 (0)