File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 4242 * files and images, etc) that comes from that.
4343 */
4444public 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
Original file line number Diff line number Diff line change 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+
629ARDUINO 1.0.2 - 2012.11.05
730
831[hardware]
Original file line number Diff line number Diff line change 1- 0102 arduino
1+ 0103 arduino
22
33Fix Linux make.sh, etc. scripts
44Test on Linux.
You can’t perform that action at this time.
0 commit comments