From 8f4b24492f765bbf0e05e2b6f559ffeb50fb41db Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 13 Sep 2009 17:56:43 +0000 Subject: [PATCH] Updating version to 0018. --- app/src/processing/app/Base.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 94f6a3239..2b778d607 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -41,8 +41,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int REVISION = 17; - static String VERSION_NAME = "0017"; + static final int REVISION = 18; + static String VERSION_NAME = "0018"; static HashMap platformNames = new HashMap(); static {