Skip to content

Commit

Permalink
Set version RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Mar 15, 2016
1 parent becaab2 commit c3b1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qz/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class Constants {
public static final int OUTPUT_STREAM_SIZE = 20480;
public static final int BYTE_BUFFER_SIZE = 8192;
public static final int APPEND_XML = 1;
public static final String VERSION = "2.0.0";
public static final String VERSION = "2.0.0-RC3";
public static final int APPEND_RAW = 2;
public static final int APPEND_IMAGE = 3;
public static final int APPEND_IMAGE_PS = 4;
Expand Down

0 comments on commit c3b1e2c

Please sign in to comment.