Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4d3c0bc

Browse files
authoredJun 7, 2017
Merge pull request #243 from spoofzu/msmith
change the version strings
2 parents 6ae644f + fc45a00 commit 4d3c0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/main/java/com/mps/deepviolet/api/DVEng.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class DVEng implements IDVEng {
2727

2828
private static final Logger logger = LoggerFactory.getLogger("com.mps.deepviolet.api.DVEng");
2929

30-
private static final int VERSION_MAJOR = 1; //TODO: Review each release
31-
private static final int VERSION_MINOR = 5; //TODO: Review each release
30+
private static final int VERSION_MAJOR = 5; //TODO: Review each release
31+
private static final int VERSION_MINOR = 0; //TODO: Review each release
3232
private static final int VERSION_BUILD = 3; //TODO: Review each release
3333
private static final String VERSION_STRING = "V"+VERSION_MAJOR+"."+VERSION_MINOR+"."+VERSION_BUILD;
3434

0 commit comments

Comments
 (0)
Please sign in to comment.