starting next release

This commit is contained in:
Ben Fry
2014-07-26 12:12:21 -04:00
parent 7124dd910f
commit ca38ec6995
5 changed files with 89 additions and 81 deletions

View File

@@ -46,9 +46,9 @@ import processing.mode.java.JavaMode;
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 = 228;
static private final int REVISION = 229;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0228"; //$NON-NLS-1$
static private String VERSION_NAME = "0229"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
// static private boolean RELEASE = false;