Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2014-10-10 02:08:41 +0400
committerCristian Maglie <c.maglie@bug.st>2014-10-10 02:08:41 +0400
commited5ad426dd26945519b1e9ecc8eca407b9bc84e6 (patch)
treeb978d60a6cd19314eb3af45002e7f2b8357fc7dd
parentafc368b01f18eec229989b3f611d60bd13fb7719 (diff)
Upped version to 1.0.7. Update revision log.
-rw-r--r--app/src/processing/app/Base.java4
-rw-r--r--build/shared/revisions.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java
index c17d4f45c..ea7dec170 100644
--- a/app/src/processing/app/Base.java
+++ b/app/src/processing/app/Base.java
@@ -46,9 +46,9 @@ import static processing.app.I18n._;
* files and images, etc) that comes from that.
*/
public class Base {
- public static final int REVISION = 106;
+ public static final int REVISION = 107;
/** This might be replaced by main() if there's a lib/version.txt file. */
- static String VERSION_NAME = "0106";
+ static String VERSION_NAME = "0107";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;
diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt
index 71f76b249..664f14ef1 100644
--- a/build/shared/revisions.txt
+++ b/build/shared/revisions.txt
@@ -3,6 +3,7 @@ ARDUINO 1.0.7
[libraries]
* Backported GSM from IDE 1.5.x
+* EthernetClien: use IANA recommended ephemeral port range, 49152-65535 (Jack Christensen, cifer-lee)
ARDUINO 1.0.6 - 2014.09.16