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.