1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Upped version number to 1.0.3

This commit is contained in:
Cristian Maglie 2012-12-07 18:31:48 +01:00
parent 948a5c89e4
commit b32ed2d450
3 changed files with 26 additions and 3 deletions

View File

@ -42,9 +42,9 @@ import static processing.app.I18n._;
* files and images, etc) that comes from that.
*/
public class Base {
public static final int REVISION = 102;
public static final int REVISION = 103;
/** This might be replaced by main() if there's a lib/version.txt file. */
static String VERSION_NAME = "0102";
static String VERSION_NAME = "0103";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;

View File

@ -1,8 +1,31 @@
ARDUINO 1.0.3 - 2012.12.10
[hardware]
* Added support for the Arduino Esplora
[environment]
* Signed application for MacOSX 10.8
[core]
* Fixed power-up-starts-bootloader in Leonardo (and derivative)
bootloaders. (Kristian Lauszus)
(https://github.com/arduino/Arduino/pull/118)
* Fixed digital_pin_to_timer_PGM array in Leonardo variant.
* Published updated Wifi firmware
* Updated source code for atmega8 bootloader
[libraries]
* Added 600 baud support in SoftwareSerial (Sébastien Jean)
(http://github.com/arduino/Arduino/issues/1146)
ARDUINO 1.0.2 - 2012.11.05
[hardware]

View File

@ -1,4 +1,4 @@
0102 arduino
0103 arduino
Fix Linux make.sh, etc. scripts
Test on Linux.