File tree 3 files changed +26
-3
lines changed
3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 42
42
* files and images, etc) that comes from that.
43
43
*/
44
44
public class Base {
45
- public static final int REVISION = 102 ;
45
+ public static final int REVISION = 103 ;
46
46
/** 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 " ;
48
48
/** Set true if this a proper release rather than a numbered revision. */
49
49
static public boolean RELEASE = false ;
50
50
Original file line number Diff line number Diff line change 1
1
2
+ ARDUINO 1.0.3 - 2012.12.10
3
+
2
4
[hardware]
3
5
4
6
* Added support for the Arduino Esplora
5
7
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
+
6
29
ARDUINO 1.0.2 - 2012.11.05
7
30
8
31
[hardware]
Original file line number Diff line number Diff line change 1
- 0102 arduino
1
+ 0103 arduino
2
2
3
3
Fix Linux make.sh, etc. scripts
4
4
Test on Linux.
You can’t perform that action at this time.
0 commit comments