Skip to content

Commit 05fc58f

Browse files
committed
rolling over for the next release
1 parent adce0bc commit 05fc58f

File tree

5 files changed

+387
-381
lines changed

5 files changed

+387
-381
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
public class Base {
5555
// Added accessors for 0218 because the UpdateCheck class was not properly
5656
// updating the values, due to javac inlining the static final values.
57-
static private final int REVISION = 1285;
57+
static private final int REVISION = 1286;
5858
/** This might be replaced by main() if there's a lib/version.txt file. */
59-
static private String VERSION_NAME = "1285"; //$NON-NLS-1$
59+
static private String VERSION_NAME = "1286"; //$NON-NLS-1$
6060

6161
static final public String SKETCH_BUNDLE_EXT = ".pdez";
6262
static final public String CONTRIB_BUNDLE_EXT = ".pdex";

core/done.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1285 (4.0)
2+
X no changes in core
3+
4+
15
1284 (4.0b9)
26
X allow . to start a number in SVG paths (a little)
37
X still lots of work to do here, it's an SVG 1.1 (vs 1.0) thing

core/todo.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
1285 (4.0)
2-
X no changes in core
1+
1286 (4.0.1)
32

43

54
_ concurrent StringDict et al

0 commit comments

Comments
 (0)