We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becaab2 commit c3b1e2cCopy full SHA for c3b1e2c
src/qz/common/Constants.java
@@ -12,7 +12,7 @@ public class Constants {
12
public static final int OUTPUT_STREAM_SIZE = 20480;
13
public static final int BYTE_BUFFER_SIZE = 8192;
14
public static final int APPEND_XML = 1;
15
- public static final String VERSION = "2.0.0";
+ public static final String VERSION = "2.0.0-RC3";
16
public static final int APPEND_RAW = 2;
17
public static final int APPEND_IMAGE = 3;
18
public static final int APPEND_IMAGE_PS = 4;
0 commit comments