We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc368b commit ed5ad42Copy full SHA for ed5ad42
app/src/processing/app/Base.java
@@ -46,9 +46,9 @@
46
* files and images, etc) that comes from that.
47
*/
48
public class Base {
49
- public static final int REVISION = 106;
+ public static final int REVISION = 107;
50
/** This might be replaced by main() if there's a lib/version.txt file. */
51
- static String VERSION_NAME = "0106";
+ static String VERSION_NAME = "0107";
52
/** Set true if this a proper release rather than a numbered revision. */
53
static public boolean RELEASE = false;
54
build/shared/revisions.txt
@@ -3,6 +3,7 @@ ARDUINO 1.0.7
3
4
[libraries]
5
* Backported GSM from IDE 1.5.x
6
+* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
7
8
ARDUINO 1.0.6 - 2014.09.16
9
0 commit comments