1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

preparing next release

This commit is contained in:
Federico Fissore 2013-02-13 10:29:36 +01:00
parent b57701ed01
commit a07fc245db
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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]