Skip to content

Commit

Permalink
Merge pull request #15 from MesquiteProject/development
Browse files Browse the repository at this point in the history
2.1: IQTree.getVersionOfFirstRelease
  • Loading branch information
DMaddison authored May 4, 2018
2 parents 6257d9a + 9f8430c commit c17c47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/mesquite/zephyr/lib/IQTreeRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ public Class getDutyClass() {
* then the number refers to the Mesquite version. This should be used only by modules part of the core release of Mesquite.
* If a NEGATIVE integer, then the number refers to the local version of the package, e.g. a third party package*/
public int getVersionOfFirstRelease(){
return -100;
return -2100;
}

public String getName() {
Expand Down
2 changes: 1 addition & 1 deletion Source/mesquite/zephyr/lib/IQTreeTrees.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void newTreeAvailable(String path, TaxaSelectionSet outgroupTaxSet){
* then the number refers to the Mesquite version. This should be used only by modules part of the core release of Mesquite.
* If a NEGATIVE integer, then the number refers to the local version of the package, e.g. a third party package*/
public int getVersionOfFirstRelease(){
return NEXTRELEASE;
return -2100;
}


Expand Down

0 comments on commit c17c47f

Please sign in to comment.