diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java
index 0e40d52e1..036cb4f5a 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 = 22;
+ public static final int REVISION = 100;
/** This might be replaced by main() if there's a lib/version.txt file. */
- static String VERSION_NAME = "0022";
+ static String VERSION_NAME = "0100";
/** 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 fbf778b0f..45809f544 100755
--- a/build/macosx/template.app/Contents/Info.plist
+++ b/build/macosx/template.app/Contents/Info.plist
@@ -7,11 +7,11 @@
CFBundleGetInfoString
- 0022
+ 1.0-beta1
CFBundleVersion
- 0022
+ 0100
CFBundleShortVersionString
- 0022
+ 1.0-beta1
CFBundleAllowMixedLocalizations
diff --git a/todo.txt b/todo.txt
index 46f473935..ea97bf2f0 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,4 +1,4 @@
-0022 arduino
+0100 arduino
Fix Linux make.sh, etc. scripts
Test on Linux.