From: cmzmasek@gmail.com Date: Wed, 28 Nov 2012 17:22:51 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4e42e5e232cfaf9b23bd845d67e530db568dc347;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/util/ForesterConstants.java b/forester/java/src/org/forester/util/ForesterConstants.java index 5e8813d..27cf706 100644 --- a/forester/java/src/org/forester/util/ForesterConstants.java +++ b/forester/java/src/org/forester/util/ForesterConstants.java @@ -27,8 +27,8 @@ package org.forester.util; public final class ForesterConstants { - public final static String FORESTER_VERSION = "1.005+"; - public final static String FORESTER_DATE = "120808"; + public final static String FORESTER_VERSION = "1.006"; + public final static String FORESTER_DATE = "121128"; public final static String PHYLO_XML_VERSION = "1.10"; public final static String PHYLO_XML_LOCATION = "http://www.phyloxml.org"; public final static String PHYLO_XML_XSD = "phyloxml.xsd";