Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ddarriba committed Jan 15, 2016
1 parent 58ad5a7 commit 89b6c66
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
9 changes: 9 additions & 0 deletions manual/manual.tex
Expand Up @@ -88,6 +88,15 @@ \subsection{Updates}

\begin{itemize}

\item 15 Jan 2016 - Version 2.1.9

\begin{itemize}
\item Added automatic search for PhyML binary in /usr/bin
\item Removed non-ASCII characters
\item Disable logging if writing is not possible
\item Merge GUI images into jarfile
\end{itemize}

\item 20 Oct 2015 - Version 2.1.8

\begin{itemize}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/es/uvigo/darwin/jmodeltest/ModelTest.java
Expand Up @@ -96,7 +96,7 @@ public class ModelTest {
public static final double INFINITY = 9999;
public static final int MAX_NUM_MODELS = 88;
public static final int MAX_NAME = 60;
public static final String CURRENT_VERSION = "2.1.8 v20151020";
public static final String CURRENT_VERSION = "2.1.9 v20160115";
public static final String programName = ("jModeltest");
public static final String URL = "http://code.google.com/p/jmodeltest2";
public static final String WIKI = "http://code.google.com/p/jmodeltest2/wiki/GettingStarted";
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/CHANGELOG
@@ -1,3 +1,10 @@
15 Jan 2016 Version 2.1.9 Revision 20160115

* Added automatic search for PhyML binary in /usr/bin
* Removed non-ASCII characters
* Disable logging if writing is not possible
* Merge GUI images into jarfile

20 Oct 2015 Version 2.1.8 Revision 20151020

* Removed ReadSeq dependency
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/README
@@ -1,5 +1,5 @@
-----------------------------------------------------------------------------
jModelTest 2.1.8 Readme - Oct/20/2015
jModelTest 2.1.9 Readme - Jan/15/2016

Diego Darriba (ddarriba@udc.es)
Guillermo L. Taboada (taboada@udc.es)
Expand Down

0 comments on commit 89b6c66

Please sign in to comment.