diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 91472a09e..2d51ec2bf 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -56,9 +56,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 = 270; + static private final int REVISION = 1270; /** This might be replaced by main() if there's a lib/version.txt file. */ - static private String VERSION_NAME = "0270"; //$NON-NLS-1$ + static private String VERSION_NAME = "1270"; //$NON-NLS-1$ /** Set true if this a proper release rather than a numbered revision. */ /**