From 0979ed050b875a7f31a5690d5f6269a60c432c25 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 29 May 2010 17:01:43 +0000 Subject: [PATCH] Updating version number to 0019. Some revisions. --- app/src/processing/app/Base.java | 4 ++-- build/shared/revisions.txt | 11 +++++++++++ todo.txt | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index e2a92b819..68ced5a9c 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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; diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index a408b5b9b..0582dfd31 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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] diff --git a/todo.txt b/todo.txt index a182915dc..4077027eb 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0018 arduino +0019 arduino Fix Linux make.sh, etc. scripts Test on Linux.