starting the next release

This commit is contained in:
Ben Fry
2013-09-05 17:17:41 -04:00
parent ac814c326e
commit e2b9f2f552
5 changed files with 69 additions and 57 deletions
+3 -3
View File
@@ -45,10 +45,10 @@ import processing.core.*;
*/
public class Base {
// Added accessors for 0218 because the UpdateCheck class was not properly
// updating the values, because javac was inlining the static final values.
static private final int REVISION = 221;
// updating the values, due to javac inlining the static final values.
static private final int REVISION = 222;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0221"; //$NON-NLS-1$
static private String VERSION_NAME = "0222"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
// static private boolean RELEASE = false;