We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c7800 commit 672a936Copy full SHA for 672a936
app/src/processing/app/Base.java
@@ -54,9 +54,9 @@
54
public class Base {
55
// Added accessors for 0218 because the UpdateCheck class was not properly
56
// updating the values, due to javac inlining the static final values.
57
- static private final int REVISION = 1294;
+ static private final int REVISION = 1295;
58
/** This might be replaced by main() if there's a lib/version.txt file. */
59
- static private String VERSION_NAME = "1294"; //$NON-NLS-1$
+ static private String VERSION_NAME = "1295"; //$NON-NLS-1$
60
61
static final public String SKETCH_BUNDLE_EXT = ".pdez";
62
static final public String CONTRIB_BUNDLE_EXT = ".pdex";
0 commit comments