Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a281930

Browse files
committedJan 23, 2013
Upped version to 1.5.2
1 parent 316b871 commit a281930

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
* files and images, etc) that comes from that.
5151
*/
5252
public class Base {
53-
public static final int REVISION = 151;
53+
public static final int REVISION = 152;
5454
/** This might be replaced by main() if there's a lib/version.txt file. */
55-
static String VERSION_NAME = "0151";
55+
static String VERSION_NAME = "0152";
5656
/** Set true if this a proper release rather than a numbered revision. */
5757
static public boolean RELEASE = false;
5858

‎build/shared/revisions.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

2+
ARDUINO BETA 1.5.2 - 2012.01.23
3+
24
[ide]
5+
* Scrollable editor tabs (Shigheru KANEMOTO)
6+
* Scrollable menus
7+
* Portable Arduino (Shigeru KANEMOTO)
8+
* Default sketchbook folder for linux is now "Arduino"
39
* Fixed IDE startup bug "Menu has no enabled items"
410
* Command line build.
511
* Fixed some language strings (Shigeru KANEMOTO)

‎todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0151 arduino
1+
0152 arduino
22

33
Fix Linux make.sh, etc. scripts
44
Test on Linux.

0 commit comments

Comments
 (0)
Please sign in to comment.