From 2147f9e30920b8003708761a653c1b36a5de42e5 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 16 Apr 2014 01:30:47 +0000 Subject: [PATCH] cleanup --- 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 c2151f5..3490f88 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.031"; - public final static String FORESTER_DATE = "140218"; + public final static String FORESTER_VERSION = "1.032"; + public final static String FORESTER_DATE = "140415"; 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