Skip to content

Commit 421fa18

Browse files
cmaglieFederico Fissore
authored and
Federico Fissore
committed
Updated revision log, and upped version to 1.5.4
1 parent 33a1772 commit 421fa18

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
* files and images, etc) that comes from that.
6161
*/
6262
public 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

build/shared/revisions.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

1011
ARDUINO 1.5.3 BETA 2013.08.30
1112

hardware/arduino/avr/platform.txt

Lines changed: 1 addition & 1 deletion
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.3
9+
version=1.5.4
1010

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

hardware/arduino/sam/platform.txt

Lines changed: 1 addition & 1 deletion
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.3
8+
version=1.5.4
99

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

0 commit comments

Comments
 (0)