File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 6060 * files and images, etc) that comes from that.
6161 */
6262public class Base {
63- public static final int REVISION = 153 ;
63+ public static final int REVISION = 154 ;
6464 /** This might be replaced by main() if there's a lib/version.txt file. */
65- static String VERSION_NAME = "0153 " ;
65+ static String VERSION_NAME = "0154 " ;
6666 /** Set true if this a proper release rather than a numbered revision. */
6767 static public boolean RELEASE = false ;
6868
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ARDUINO 1.5.4 BETA
66
77[libraries]
88* sam: fixed wrong SPI initialization (noblepepper)
9+ * updated all instances of Adafruit_GFX to the latest version
910
1011ARDUINO 1.5.3 BETA 2013.08.30
1112
Original file line number Diff line number Diff line change 66# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
77
88name=Arduino AVR Boards
9- version=1.5.3
9+ version=1.5.4
1010
1111# AVR compile variables
1212# ---------------------
Original file line number Diff line number Diff line change 55# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
66
77name=Arduino ARM (32-bits) Boards
8- version=1.5.3
8+ version=1.5.4
99
1010# SAM3 compile variables
1111# ----------------------
You can’t perform that action at this time.
0 commit comments