starting revision 0182

This commit is contained in:
benfry
2010-03-19 21:33:48 +00:00
parent 8918e2f5dc
commit 097f2de47a
7 changed files with 32 additions and 19 deletions
+2 -2
View File
@@ -40,9 +40,9 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 181;
static final int REVISION = 182;
/** This might be replaced by main() if there's a lib/version.txt file. */
static public String VERSION_NAME = "0181";
static public String VERSION_NAME = "0182";
/** Set true if this a proper release rather than a numbered revision. */
static public boolean RELEASE = false;