From 4789709a92f624ef317dd4cc0f1172a191a2ebbf Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 9 Aug 2008 16:04:45 +0000 Subject: [PATCH] upping the release number --- 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 6204de6aa..e2b4cf9a6 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -42,8 +42,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 143; - static final String VERSION_NAME = "0143 Beta"; + static final int VERSION = 144; + static final String VERSION_NAME = "0144 Beta"; static Platform platform;