File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 50
50
* files and images, etc) that comes from that.
51
51
*/
52
52
public class Base {
53
- public static final int REVISION = 151 ;
53
+ public static final int REVISION = 152 ;
54
54
/** 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 " ;
56
56
/** Set true if this a proper release rather than a numbered revision. */
57
57
static public boolean RELEASE = false ;
58
58
Original file line number Diff line number Diff line change 1
1
2
+ ARDUINO BETA 1.5.2 - 2012.01.23
3
+
2
4
[ide]
5
+ * Scrollable editor tabs (Shigheru KANEMOTO)
6
+ * Scrollable menus
7
+ * Portable Arduino (Shigeru KANEMOTO)
8
+ * Default sketchbook folder for linux is now "Arduino"
3
9
* Fixed IDE startup bug "Menu has no enabled items"
4
10
* Command line build.
5
11
* Fixed some language strings (Shigeru KANEMOTO)
Original file line number Diff line number Diff line change 1
- 0151 arduino
1
+ 0152 arduino
2
2
3
3
Fix Linux make.sh, etc. scripts
4
4
Test on Linux.
You can’t perform that action at this time.
0 commit comments