rolling over for the next release

This commit is contained in:
Ben Fry
2023-01-16 18:33:36 -05:00
parent fe372109e4
commit 4e773115b2
5 changed files with 128 additions and 122 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 = 1290;
static private final int REVISION = 1291;
/** This might be replaced by main() if there's a lib/version.txt file. */
static private String VERSION_NAME = "1290"; //$NON-NLS-1$
static private String VERSION_NAME = "1291"; //$NON-NLS-1$
static final public String SKETCH_BUNDLE_EXT = ".pdez";
static final public String CONTRIB_BUNDLE_EXT = ".pdex";