1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Updating version number to 0019.

Some revisions.
This commit is contained in:
David A. Mellis 2010-05-29 17:01:43 +00:00
parent 8bdde5d683
commit 0979ed050b
3 changed files with 14 additions and 3 deletions

View File

@ -41,9 +41,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
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. */
static String VERSION_NAME = "0018";
static String VERSION_NAME = "0019";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;

View File

@ -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
[core / libraries]

View File

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