diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index c939e0f2f..0dba54f30 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 = 21; + public static final int REVISION = 22; /** This might be replaced by main() if there's a lib/version.txt file. */ - static String VERSION_NAME = "0021"; + static String VERSION_NAME = "0022"; /** Set true if this a proper release rather than a numbered revision. */ static public boolean RELEASE = false; diff --git a/build/macosx/template.app/Contents/Info.plist b/build/macosx/template.app/Contents/Info.plist index aaac7a7d7..f9dc41c24 100755 --- a/build/macosx/template.app/Contents/Info.plist +++ b/build/macosx/template.app/Contents/Info.plist @@ -7,11 +7,11 @@ CFBundleGetInfoString - 0021 + 0022 CFBundleVersion - 0021 + 0022 CFBundleShortVersionString - 0021 + 0022 CFBundleAllowMixedLocalizations diff --git a/todo.txt b/todo.txt index 9d05091ec..46f473935 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0021 arduino +0022 arduino Fix Linux make.sh, etc. scripts Test on Linux.