mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 00:35:41 +01:00
start revision 0231
This commit is contained in:
@@ -46,9 +46,9 @@ import processing.mode.java.JavaMode;
|
||||
public class Base {
|
||||
// Added accessors for 0218 because the UpdateCheck class was not properly
|
||||
// updating the values, due to javac inlining the static final values.
|
||||
static private final int REVISION = 230;
|
||||
static private final int REVISION = 231;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static private String VERSION_NAME = "0230"; //$NON-NLS-1$
|
||||
static private String VERSION_NAME = "0231"; //$NON-NLS-1$
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
// static private boolean RELEASE = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user