starting the next release

This commit is contained in:
Ben Fry
2015-09-24 04:21:33 -04:00
parent 4d2ac0a444
commit 4ea4d58b56

View File

@@ -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 */