bump revision to move away from 3.x

This commit is contained in:
Ben Fry
2019-10-07 19:19:03 -04:00
parent e8c036434c
commit a9b61747d2
+2 -2
View File
@@ -56,9 +56,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 = 270;
static private final int REVISION = 1270;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0270"; //$NON-NLS-1$
static private String VERSION_NAME = "1270"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
/**