File tree 3 files changed +4
-4
lines changed
arduino-core/src/processing/app
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
public class BaseNoGui {
43
43
44
44
/** Version string to be used for build */
45
- public static final int REVISION = 158 ;
45
+ public static final int REVISION = 10600 ;
46
46
/** Extended version string displayed on GUI */
47
- static String VERSION_NAME = "1.5.8 " ;
47
+ static String VERSION_NAME = "1.6.0 " ;
48
48
49
49
static File buildFolder ;
50
50
Original file line number Diff line number Diff line change 6
6
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
7
7
8
8
name=Arduino AVR Boards
9
- version=1.5.8
9
+ version=1.6.0
10
10
11
11
# AVR compile variables
12
12
# ---------------------
Original file line number Diff line number Diff line change 5
5
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
6
6
7
7
name=Arduino ARM (32-bits) Boards
8
- version=1.5.8
8
+ version=1.6.0
9
9
10
10
# SAM3 compile variables
11
11
# ----------------------
You can’t perform that action at this time.
0 commit comments