diff --git a/app/Base.java b/app/Base.java index 87f2c69a8..2bee7b3d9 100644 --- a/app/Base.java +++ b/app/Base.java @@ -53,7 +53,7 @@ import com.ice.jni.registry.*; */ public class Base { static final int VERSION = 3; - static final String VERSION_NAME = "0009 Alpha"; + static final String VERSION_NAME = "0010 Alpha"; // platform IDs for PApplet.platform diff --git a/app/EditorStatus.java b/app/EditorStatus.java index f08609433..ba8cc46b3 100644 --- a/app/EditorStatus.java +++ b/app/EditorStatus.java @@ -20,7 +20,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - $Id:$ + $Id$ */ package processing.app; diff --git a/build/macosx/Arduino.xcodeproj/project.pbxproj b/build/macosx/Arduino.xcodeproj/project.pbxproj index cd209d5c7..00867cd76 100644 --- a/build/macosx/Arduino.xcodeproj/project.pbxproj +++ b/build/macosx/Arduino.xcodeproj/project.pbxproj @@ -452,7 +452,7 @@ 33BEDDD409D6E8D800430D5B /* ExportFolder.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = ExportFolder.java; sourceTree = ""; }; 33BEE0CD09D7446100430D5B /* Library.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = Library.java; sourceTree = ""; }; 33CF03B009662CA800F2C9A9 /* arduino.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = arduino.icns; path = dist/arduino.icns; sourceTree = ""; }; - 33DD8FB6096AC8DA0013AF8F /* Arduino.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = Arduino.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 33DD8FB6096AC8DA0013AF8F /* Arduino.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Arduino.app; sourceTree = BUILT_PRODUCTS_DIR; }; 33F9446B0C2B2F6F0093EB9C /* UispUploader.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = UispUploader.java; sourceTree = ""; }; 33F944E00C2B33560093EB9C /* AvrdudeUploader.java */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.java; path = AvrdudeUploader.java; sourceTree = ""; }; 33FF01DE0965BD160016AC38 /* about.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = about.jpg; sourceTree = ""; }; diff --git a/targets/arduino/WProgram.h b/targets/arduino/WProgram.h index e80e0f9d8..d6d5ccce7 100755 --- a/targets/arduino/WProgram.h +++ b/targets/arduino/WProgram.h @@ -1,5 +1,6 @@ #include #include +#include #include #include diff --git a/todo.txt b/todo.txt index 05e7f8e56..29d334402 100644 --- a/todo.txt +++ b/todo.txt @@ -1 +1 @@ -0009 arduino +0010 arduino