mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-01 12:24:14 +01:00
Upped version to 1.5.2
This commit is contained in:
parent
316b871829
commit
a281930f3f
@ -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 = 151;
|
||||
public static final int REVISION = 152;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static String VERSION_NAME = "0151";
|
||||
static String VERSION_NAME = "0152";
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
static public boolean RELEASE = false;
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
|
||||
ARDUINO BETA 1.5.2 - 2012.01.23
|
||||
|
||||
[ide]
|
||||
* Scrollable editor tabs (Shigheru KANEMOTO)
|
||||
* Scrollable menus
|
||||
* Portable Arduino (Shigeru KANEMOTO)
|
||||
* Default sketchbook folder for linux is now "Arduino"
|
||||
* Fixed IDE startup bug "Menu has no enabled items"
|
||||
* Command line build.
|
||||
* Fixed some language strings (Shigeru KANEMOTO)
|
||||
|
Loading…
Reference in New Issue
Block a user