Skip to content

Commit 7dd9f81

Browse files
committed
Updated revision log, and upped version to 1.5.4
1 parent a894158 commit 7dd9f81

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
@@ -53,9 +53,9 @@
5353
* files and images, etc) that comes from that.
5454
*/
5555
public class Base {
56-
public static final int REVISION = 153;
56+
public static final int REVISION = 154;
5757
/** This might be replaced by main() if there's a lib/version.txt file. */
58-
static String VERSION_NAME = "0153";
58+
static String VERSION_NAME = "0154";
5959
/** Set true if this a proper release rather than a numbered revision. */
6060
static public boolean RELEASE = false;
6161

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)