Skip to content

Commit a07fc24

Browse files
author
Federico Fissore
committed
preparing next release
1 parent b57701e commit a07fc24

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
* files and images, etc) that comes from that.
5151
*/
5252
public class Base {
53-
public static final int REVISION = 152;
53+
public static final int REVISION = 153;
5454
/** This might be replaced by main() if there's a lib/version.txt file. */
55-
static String VERSION_NAME = "0152";
55+
static String VERSION_NAME = "0153";
5656
/** Set true if this a proper release rather than a numbered revision. */
5757
static public boolean RELEASE = false;
5858

build/shared/revisions.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11

2+
ARDUINO 1.5.3 BETA
3+
4+
* Removed useless baud rates from serial monitor
5+
26
ARDUINO 1.5.2 BETA - 2013.02.06
37

48
[ide]

0 commit comments

Comments
 (0)