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:
parent
b57701ed01
commit
a07fc245db
@ -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;
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user