File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
* files and images, etc) that comes from that.
62
62
*/
63
63
public class Base {
64
- public static final int REVISION = 157 ;
64
+ public static final int REVISION = 158 ;
65
65
/** This might be replaced by main() if there's a lib/version.txt file. */
66
- static String VERSION_NAME = "0157 " ;
66
+ static String VERSION_NAME = "0158 " ;
67
67
/** Set true if this a proper release rather than a numbered revision. */
68
68
static public boolean RELEASE = false ;
69
69
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.6
9
+ version=1.5.8
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.6
8
+ version=1.5.8
9
9
10
10
# SAM3 compile variables
11
11
# ----------------------
You can’t perform that action at this time.
0 commit comments