From 4d9e4619f9554d3975bcf30fe00e62c3bc99051d Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 26 Apr 2009 13:20:44 +0000 Subject: [PATCH] Updating version to 0016. --- app/Base.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Base.java b/app/Base.java index 8ba6e91d1..b5632e595 100644 --- a/app/Base.java +++ b/app/Base.java @@ -53,8 +53,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 15; - static final String VERSION_NAME = "0015"; + static final int VERSION = 16; + static final String VERSION_NAME = "0016"; /** * Path of filename opened on the command line,