mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 10:55:38 +01:00
starting next release
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 = 228;
|
||||
static private final int REVISION = 229;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static private String VERSION_NAME = "0228"; //$NON-NLS-1$
|
||||
static private String VERSION_NAME = "0229"; //$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