mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 08:44:39 +01:00
starting the next release
This commit is contained in:
@@ -55,9 +55,9 @@ import processing.data.StringList;
|
||||
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 = 245;
|
||||
static private final int REVISION = 246;
|
||||
/** This might be replaced by main() if there's a lib/version.txt file. */
|
||||
static private String VERSION_NAME = "0245"; //$NON-NLS-1$
|
||||
static private String VERSION_NAME = "0246"; //$NON-NLS-1$
|
||||
/** Set true if this a proper release rather than a numbered revision. */
|
||||
|
||||
/** True if heavy debugging error/log messages are enabled */
|
||||
|
||||
Reference in New Issue
Block a user