rolling over for next release

This commit is contained in:
Ben Fry
2022-11-24 21:23:48 -05:00
parent df69f0eb69
commit 862aaf98bb
5 changed files with 86 additions and 80 deletions
+2 -2
View File
@@ -54,9 +54,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 = 1287;
static private final int REVISION = 1288;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "1287"; //$NON-NLS-1$
static private String VERSION_NAME = "1288"; //$NON-NLS-1$
static final public String SKETCH_BUNDLE_EXT = ".pdez";
static final public String CONTRIB_BUNDLE_EXT = ".pdex";