File tree Expand file tree Collapse file tree 5 files changed +387
-381
lines changed Expand file tree Collapse file tree 5 files changed +387
-381
lines changed Original file line number Diff line number Diff line change 54
54
public class Base {
55
55
// Added accessors for 0218 because the UpdateCheck class was not properly
56
56
// 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 ;
58
58
/** 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$
60
60
61
61
static final public String SKETCH_BUNDLE_EXT = ".pdez" ;
62
62
static final public String CONTRIB_BUNDLE_EXT = ".pdex" ;
Original file line number Diff line number Diff line change
1
+ 1285 (4.0)
2
+ X no changes in core
3
+
4
+
1
5
1284 (4.0b9)
2
6
X allow . to start a number in SVG paths (a little)
3
7
X still lots of work to do here, it's an SVG 1.1 (vs 1.0) thing
Original file line number Diff line number Diff line change 1
- 1285 (4.0)
2
- X no changes in core
1
+ 1286 (4.0.1)
3
2
4
3
5
4
_ concurrent StringDict et al
You can’t perform that action at this time.
0 commit comments