starting the next release

This commit is contained in:
Ben Fry
2017-04-25 22:25:48 -04:00
parent 9ebb5bc331
commit f41360c0bf
5 changed files with 30 additions and 23 deletions
+2 -2
View File
@@ -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 = 259;
static private final int REVISION = 260;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "0259"; //$NON-NLS-1$
static private String VERSION_NAME = "0260"; //$NON-NLS-1$
/** Set true if this a proper release rather than a numbered revision. */
/**