From a9b61747d2face1fb57c16b47a0ed9578aaa03b1 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 7 Oct 2019 19:19:03 -0400 Subject: [PATCH] bump revision to move away from 3.x --- app/src/processing/app/Base.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ /**