From 5c22a1e970326a64c3195428246b5acecb61f5b1 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 24 Sep 2010 16:29:07 -0400 Subject: [PATCH] Updating version to 0020. --- app/src/processing/app/Base.java | 4 ++-- build/macosx/template.app/Contents/Info.plist | 2 +- todo.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index b0d304ccb..4853f2474 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 = 19; + public static final int REVISION = 20; /** This might be replaced by main() if there's a lib/version.txt file. */ - static String VERSION_NAME = "0019"; + static String VERSION_NAME = "0020"; /** 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 5a24d4f2f..c48c547b5 100755 --- a/build/macosx/template.app/Contents/Info.plist +++ b/build/macosx/template.app/Contents/Info.plist @@ -11,7 +11,7 @@ CFBundleVersion 0019 CFBundleShortVersionString - 0019 + 0020 CFBundleAllowMixedLocalizations diff --git a/todo.txt b/todo.txt index 4077027eb..cc6ec46fb 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -0019 arduino +0020 arduino Fix Linux make.sh, etc. scripts Test on Linux.