File tree Expand file tree Collapse file tree 8 files changed +19
-7
lines changed
arduino-core/src/processing/app Expand file tree Collapse file tree 8 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 37
37
public class BaseNoGui {
38
38
39
39
/** Version string to be used for build */
40
- public static final int REVISION = 10601 ;
40
+ public static final int REVISION = 10602 ;
41
41
/** Extended version string displayed on GUI */
42
- static String VERSION_NAME = "1.6.1 " ;
42
+ static String VERSION_NAME = "1.6.2 " ;
43
43
44
44
static File buildFolder ;
45
45
Original file line number Diff line number Diff line change 745
745
=======================================================
746
746
Arduino for Linux was built. Grab the archive from
747
747
748
- linux/arduino-${ version } -${ platform } .tar.xz
748
+ build/ linux/arduino-${ version } -${ platform } .tar.xz
749
749
=======================================================
750
750
</echo >
751
751
</target >
Original file line number Diff line number Diff line change 1
1
2
+ ARDUINO 1.6.2
3
+
2
4
ARDUINO 1.6.1 - 2015.03.10
3
5
4
6
[ide]
Original file line number Diff line number Diff line change 1
- -Xms128M
2
- -Xmx1024M
1
+ -Xms128M
2
+ -Xmx512M
Original file line number Diff line number Diff line change 26
26
<cp >lib/commons-logging-1.0.4.jar</cp >
27
27
<cp >lib/jmdns-3.4.1.jar</cp >
28
28
<cp >lib/jsch-0.1.50.jar</cp >
29
+ <cp >lib/rsyntax-autocomplete-2.6.0-SNAPSHOT.jar</cp >
30
+ <cp >lib/rsyntaxtextarea-2.6.0-SNAPSHOT.jar</cp >
31
+ <cp >lib/jsoup-htmlparser-1.8.1.jar</cp >
32
+ <cp >lib/cplus-libparser-0.0.1.jar</cp >
33
+ <cp >lib/arduino-autocomplete.jar</cp >
29
34
</classPath >
30
35
<jre >
31
36
<path >java</path >
Original file line number Diff line number Diff line change 26
26
<cp >lib/commons-logging-1.0.4.jar</cp >
27
27
<cp >lib/jmdns-3.4.1.jar</cp >
28
28
<cp >lib/jsch-0.1.50.jar</cp >
29
+ <cp >lib/rsyntax-autocomplete-2.6.0-SNAPSHOT.jar</cp >
30
+ <cp >lib/rsyntaxtextarea-2.6.0-SNAPSHOT.jar</cp >
31
+ <cp >lib/jsoup-htmlparser-1.8.1.jar</cp >
32
+ <cp >lib/cplus-libparser-0.0.1.jar</cp >
33
+ <cp >lib/arduino-autocomplete.jar</cp >
29
34
</classPath >
30
35
<jre >
31
36
<path >java</path >
Original file line number Diff line number Diff line change 6
6
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
7
7
8
8
name=Arduino AVR Boards
9
- version=1.6.1
9
+ version=1.6.2
10
10
11
11
# AVR compile variables
12
12
# ---------------------
Original file line number Diff line number Diff line change 5
5
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
6
6
7
7
name=Arduino ARM (32-bits) Boards
8
- version=1.6.1
8
+ version=1.6.2
9
9
10
10
# SAM3 compile variables
11
11
# ----------------------
You can’t perform that action at this time.
0 commit comments