diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index c42a94850..2ff02a5e0 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -42,9 +42,9 @@ import static processing.app.I18n._; * files and images, etc) that comes from that. */ public class Base { - public static final int REVISION = 104; + public static final int REVISION = 105; /** This might be replaced by main() if there's a lib/version.txt file. */ - static String VERSION_NAME = "0104"; + static String VERSION_NAME = "0105"; /** 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 b03c0fc21..3f7e61b23 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,5 +1,5 @@ -ARDUINO 1.0.5 +ARDUINO 1.0.5 - 2013.03.29 [core] diff --git a/todo.txt b/todo.txt index e2a5388b8..7d5f164ea 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0104 arduino +0105 arduino Fix Linux make.sh, etc. scripts Test on Linux.