Skip to content

Commit dc97316

Browse files
committed
Set version to 1.5.1
Merge remote-tracking branch 'arduino/master' into HEAD Conflicts: app/src/processing/app/Base.java todo.txt
2 parents 23c7536 + b90f488 commit dc97316

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
* files and images, etc) that comes from that.
5252
*/
5353
public class Base {
54-
public static final int REVISION = 150;
54+
public static final int REVISION = 151;
5555
/** This might be replaced by main() if there's a lib/version.txt file. */
56-
static String VERSION_NAME = "0150";
56+
static String VERSION_NAME = "0151";
5757
/** Set true if this a proper release rather than a numbered revision. */
5858
static public boolean RELEASE = false;
5959

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0150 arduino
1+
0151 arduino
22

33
Fix Linux make.sh, etc. scripts
44
Test on Linux.

0 commit comments

Comments
 (0)