mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-01 23:29:28 +01:00
Updating version number to 0019.
Some revisions.
This commit is contained in:
parent
8bdde5d683
commit
0979ed050b
@ -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 = 18;
|
public static final int REVISION = 19;
|
||||||
/** 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 = "0018";
|
static String VERSION_NAME = "0019";
|
||||||
/** 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;
|
||||||
|
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
ARDUINO 0019
|
||||||
|
|
||||||
|
[core / libraries]
|
||||||
|
|
||||||
|
* More accurate delay() function from BenF.
|
||||||
|
|
||||||
|
[environment]
|
||||||
|
|
||||||
|
* Synchronized with the Processing 1.1 code base, bringing various changes.
|
||||||
|
* Adding control over scrolling in serial monitor.
|
||||||
|
|
||||||
ARDUINO 0018 - 2010.01.29
|
ARDUINO 0018 - 2010.01.29
|
||||||
|
|
||||||
[core / libraries]
|
[core / libraries]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user