Skip to content

Commit c3b1e2c

Browse files
committed
Set version RC3
1 parent becaab2 commit c3b1e2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qz/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class Constants {
1212
public static final int OUTPUT_STREAM_SIZE = 20480;
1313
public static final int BYTE_BUFFER_SIZE = 8192;
1414
public static final int APPEND_XML = 1;
15-
public static final String VERSION = "2.0.0";
15+
public static final String VERSION = "2.0.0-RC3";
1616
public static final int APPEND_RAW = 2;
1717
public static final int APPEND_IMAGE = 3;
1818
public static final int APPEND_IMAGE_PS = 4;

0 commit comments

Comments
 (0)