starting revision 0211, probably 2.0b3

This commit is contained in:
benfry
2012-09-08 00:34:02 +00:00
parent 7384c061e5
commit 377b1314eb
7 changed files with 55 additions and 45 deletions

View File

@@ -44,9 +44,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static public final int REVISION = 210;
static public final int REVISION = 211;
/** This might be replaced by main() if there's a lib/version.txt file. */
static public String VERSION_NAME = "0210";
static public String VERSION_NAME = "0211";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;