Skip to content

Commit ed5ad42

Browse files
committed
Upped version to 1.0.7. Update revision log.
1 parent afc368b commit ed5ad42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/processing/app/Base.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
* files and images, etc) that comes from that.
4747
*/
4848
public class Base {
49-
public static final int REVISION = 106;
49+
public static final int REVISION = 107;
5050
/** 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";
5252
/** Set true if this a proper release rather than a numbered revision. */
5353
static public boolean RELEASE = false;
5454

build/shared/revisions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ARDUINO 1.0.7
33

44
[libraries]
55
* Backported GSM from IDE 1.5.x
6+
* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
67

78
ARDUINO 1.0.6 - 2014.09.16
89

0 commit comments

Comments
 (0)