Skip to content

Commit b9e186e

Browse files
committed
Upped version to 1.6.0
1 parent b0bd52b commit b9e186e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
public class BaseNoGui {
4343

4444
/** Version string to be used for build */
45-
public static final int REVISION = 158;
45+
public static final int REVISION = 10600;
4646
/** Extended version string displayed on GUI */
47-
static String VERSION_NAME = "1.5.8";
47+
static String VERSION_NAME = "1.6.0";
4848

4949
static File buildFolder;
5050

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.5.8
9+
version=1.6.0
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.5.8
8+
version=1.6.0
99

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

0 commit comments

Comments
 (0)