From 4ea4d58b56fccf4453640ba607356a2ac839ce78 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 24 Sep 2015 04:21:33 -0400 Subject: [PATCH] starting the next release --- 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 1b5729a66..b40206b8d 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -55,9 +55,9 @@ import processing.data.StringList; public class Base { // Added accessors for 0218 because the UpdateCheck class was not properly // updating the values, due to javac inlining the static final values. - static private final int REVISION = 245; + static private final int REVISION = 246; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0245"; //$NON-NLS-1$ + static private String VERSION_NAME = "0246"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ /** True if heavy debugging error/log messages are enabled */