From 4e42e5e232cfaf9b23bd845d67e530db568dc347 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 28 Nov 2012 17:22:51 +0000 Subject: [PATCH] in progress --- forester/java/src/org/forester/util/ForesterConstants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; -- 1.7.10.2