From 4139c59b1a9dce3676e458a75758dcf8f308fd5b Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 11 Mar 2013 12:19:13 +0100 Subject: [PATCH] Set version to 1.0.4 --- app/src/processing/app/Base.java | 4 ++-- build/shared/revisions.txt | 2 ++ todo.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index d2d263eeb..c42a94850 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 = 103; + public static final int REVISION = 104; /** This might be replaced by main() if there's a lib/version.txt file. */ - static String VERSION_NAME = "0103"; + static String VERSION_NAME = "0104"; /** 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 32448769d..92ade77f6 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -1,4 +1,6 @@ +ARDUINO 1.0.4 - 2013.03.11 + [core] * Fixed malloc bug (Paul Stoffregen) diff --git a/todo.txt b/todo.txt index af1675ae5..e2a5388b8 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0103 arduino +0104 arduino Fix Linux make.sh, etc. scripts Test on Linux.