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]