From a07fc245db1298ce52270719c0a3587fc4bb56c1 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Wed, 13 Feb 2013 10:29:36 +0100 Subject: [PATCH] preparing next release --- app/src/processing/app/Base.java | 4 ++-- build/shared/revisions.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 0af27034e..b4116e038 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -50,9 +50,9 @@ import static processing.app.I18n._; * files and images, etc) that comes from that. */ public class Base { - public static final int REVISION = 152; + public static final int REVISION = 153; /** This might be replaced by main() if there's a lib/version.txt file. */ - static String VERSION_NAME = "0152"; + static String VERSION_NAME = "0153"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 34412f94a..024b44377 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,4 +1,8 @@ +ARDUINO 1.5.3 BETA + +* Removed useless baud rates from serial monitor + ARDUINO 1.5.2 BETA - 2013.02.06 [ide]