Skip to content

Commit b32ed2d

Browse files
committedDec 7, 2012
Upped version number to 1.0.3
1 parent 948a5c8 commit b32ed2d

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed
 

‎app/src/processing/app/Base.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
* files and images, etc) that comes from that.
4343
*/
4444
public class Base {
45-
public static final int REVISION = 102;
45+
public static final int REVISION = 103;
4646
/** This might be replaced by main() if there's a lib/version.txt file. */
47-
static String VERSION_NAME = "0102";
47+
static String VERSION_NAME = "0103";
4848
/** Set true if this a proper release rather than a numbered revision. */
4949
static public boolean RELEASE = false;
5050

‎build/shared/revisions.txt

+23
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11

2+
ARDUINO 1.0.3 - 2012.12.10
3+
24
[hardware]
35

46
* Added support for the Arduino Esplora
57

8+
[environment]
9+
10+
* Signed application for MacOSX 10.8
11+
12+
[core]
13+
14+
* Fixed power-up-starts-bootloader in Leonardo (and derivative)
15+
bootloaders. (Kristian Lauszus)
16+
(https://github.com/arduino/Arduino/pull/118)
17+
18+
* Fixed digital_pin_to_timer_PGM array in Leonardo variant.
19+
20+
* Published updated Wifi firmware
21+
22+
* Updated source code for atmega8 bootloader
23+
24+
[libraries]
25+
26+
* Added 600 baud support in SoftwareSerial (Sébastien Jean)
27+
(http://github.com/arduino/Arduino/issues/1146)
28+
629
ARDUINO 1.0.2 - 2012.11.05
730

831
[hardware]

‎todo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0102 arduino
1+
0103 arduino
22

33
Fix Linux make.sh, etc. scripts
44
Test on Linux.

0 commit comments

Comments
 (0)