1
0
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:
Cristian Maglie 2013-01-23 17:26:46 +01:00
parent 316b871829
commit a281930f3f
3 changed files with 9 additions and 3 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 = 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;

View File

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

View File

@ -1,4 +1,4 @@
0151 arduino
0152 arduino
Fix Linux make.sh, etc. scripts
Test on Linux.