upping the release number

This commit is contained in:
benfry
2008-08-09 16:04:45 +00:00
parent f3c3a0cd6c
commit 4789709a92

View File

@@ -42,8 +42,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 143;
static final String VERSION_NAME = "0143 Beta";
static final int VERSION = 144;
static final String VERSION_NAME = "0144 Beta";
static Platform platform;