mirror of
https://github.com/processing/processing4.git
synced 2026-05-03 17:35:00 +02:00
starting revision 0211, probably 2.0b3
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user