Skip to content

Commit b7b9da7

Browse files
committed
Updated version to 1.5.8
1 parent fd3ec25 commit b7b9da7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/src/processing/app/Base.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
* files and images, etc) that comes from that.
6262
*/
6363
public class Base {
64-
public static final int REVISION = 157;
64+
public static final int REVISION = 158;
6565
/** 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";
6767
/** Set true if this a proper release rather than a numbered revision. */
6868
static public boolean RELEASE = false;
6969

hardware/arduino/avr/platform.txt

+1-1
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.6
9+
version=1.5.8
1010

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

hardware/arduino/sam/platform.txt

+1-1
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.6
8+
version=1.5.8
99

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

0 commit comments

Comments
 (0)