From 37e6e7e86bd3aa90ca48b3350e795d03776fe43e Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 28 Nov 2010 14:16:10 -0600 Subject: [PATCH] Changing version number to 0022. --- app/src/processing/app/Base.java | 4 ++-- build/macosx/template.app/Contents/Info.plist | 6 +++--- todo.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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.