diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 1b5729a66..b40206b8d 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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 = 245; + static private final int REVISION = 246; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0245"; //$NON-NLS-1$ + static private String VERSION_NAME = "0246"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ /** True if heavy debugging error/log messages are enabled */