mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
Updating version to 0021.
This commit is contained in:
parent
b3ba5d4f97
commit
4c26e071c8
@ -41,9 +41,9 @@ import processing.core.*;
|
|||||||
* files and images, etc) that comes from that.
|
* files and images, etc) that comes from that.
|
||||||
*/
|
*/
|
||||||
public class Base {
|
public class Base {
|
||||||
public static final int REVISION = 20;
|
public static final int REVISION = 21;
|
||||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||||
static String VERSION_NAME = "0020";
|
static String VERSION_NAME = "0021";
|
||||||
/** Set true if this a proper release rather than a numbered revision. */
|
/** Set true if this a proper release rather than a numbered revision. */
|
||||||
static public boolean RELEASE = false;
|
static public boolean RELEASE = false;
|
||||||
|
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
<!-- all these need to change for new releases -->
|
<!-- all these need to change for new releases -->
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>0019</string>
|
<string>0021</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0019</string>
|
<string>0021</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0020</string>
|
<string>0021</string>
|
||||||
<!-- now stop changing things and get outta here -->
|
<!-- now stop changing things and get outta here -->
|
||||||
|
|
||||||
<key>CFBundleAllowMixedLocalizations</key>
|
<key>CFBundleAllowMixedLocalizations</key>
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
ARDUINO 0021 - 2010.10.02
|
||||||
|
|
||||||
|
* Modifying VID / PID combination in 8U2 firmwares.
|
||||||
|
* Fixing analogWrite() bug on pins 9 and 10 (Arduino Uno).
|
||||||
|
* Patched RXTX to include /dev/ttyACM* on Linux.
|
||||||
|
|
||||||
|
ARDUINO 0020 - 2010.09.27
|
||||||
|
|
||||||
|
* Added support for the Arduino Uno and Arduino Mega 2560.
|
||||||
|
* Including ATmega8U2 firmware used by Uno and Mega 2560.
|
||||||
|
* Including source code to optiboot bootloader used by the Uno.
|
||||||
|
* Including source code to the stk500v2 bootloader used by Mega 2560.
|
||||||
|
* New application icon (by ToDo).
|
||||||
|
|
||||||
ARDUINO 0019 - 2010.09.03
|
ARDUINO 0019 - 2010.09.03
|
||||||
|
|
||||||
[core / libraries]
|
[core / libraries]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user