Skip to content

Commit 90bd172

Browse files
committed
Updated revision log. Version upped to 1.0.6.
1 parent 88b487f commit 90bd172

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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 = 105;
49+
public static final int REVISION = 106;
5050
/** This might be replaced by main() if there's a lib/version.txt file. */
51-
static String VERSION_NAME = "0105";
51+
static String VERSION_NAME = "0106";
5252
/** Set true if this a proper release rather than a numbered revision. */
5353
static public boolean RELEASE = false;
5454

build/shared/revisions.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ARDUINO 1.0.6 - not yet released
2+
ARDUINO 1.0.6 - 2014.09.16
33

44
[core]
55
* avr: Improved USB-CDC write speed (Justin Rajewski)
@@ -11,6 +11,7 @@ ARDUINO 1.0.6 - not yet released
1111
* Backported Print class from IDE 1.5.x
1212
* Backported digitalPinToInterrupt macro from IDE 1.5.x
1313
* Added initVariant() hook to allow 3rd party variant-specific initialization
14+
* Added replacement stub for cstdlib atexit() function (Christopher Andrews)
1415

1516
[ide]
1617
* Added compatibility for IDE 1.5.x libraries layout
@@ -23,6 +24,7 @@ ARDUINO 1.0.6 - not yet released
2324
* Robot_Control: updated turning algorithm (Xun Yang)
2425
* Esplora: added reading form Tinkerkit inputs
2526
* SoftwareSerial: Fix idle level when initializing with inverted logic (Jens-Christian Skibakk)
27+
* fixed a bunch of examples
2628

2729
[firmware]
2830
* Wifishield: fixed paths on firmware upgrade scripts

0 commit comments

Comments
 (0)