File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 46
46
* files and images, etc) that comes from that.
47
47
*/
48
48
public class Base {
49
- public static final int REVISION = 106 ;
49
+ public static final int REVISION = 107 ;
50
50
/** This might be replaced by main() if there's a lib/version.txt file. */
51
- static String VERSION_NAME = "0106 " ;
51
+ static String VERSION_NAME = "0107 " ;
52
52
/** Set true if this a proper release rather than a numbered revision. */
53
53
static public boolean RELEASE = false ;
54
54
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ ARDUINO 1.0.7
3
3
4
4
[libraries]
5
5
* Backported GSM from IDE 1.5.x
6
+ * EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
6
7
7
8
ARDUINO 1.0.6 - 2014.09.16
8
9
You can’t perform that action at this time.
0 commit comments