From: cmzmasek Date: Fri, 1 Jul 2016 20:46:22 +0000 (-0700) Subject: updated version numbers X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=dcb2f35ce9e088b3a06bf4c4da8fdc907ba901fc;p=jalview.git updated version numbers --- diff --git a/forester/java/src/org/forester/archaeopteryx/AptxConstants.java b/forester/java/src/org/forester/archaeopteryx/AptxConstants.java index 024e3df..0508f65 100644 --- a/forester/java/src/org/forester/archaeopteryx/AptxConstants.java +++ b/forester/java/src/org/forester/archaeopteryx/AptxConstants.java @@ -37,11 +37,9 @@ import org.forester.util.ForesterConstants; public final class AptxConstants { final static boolean __ALLOW_PHYLOGENETIC_INFERENCE = true; - public final static boolean __RELEASE = false; // TODO remove me - public final static boolean __SNAPSHOT_RELEASE = false; // TODO remove me public final static String PRG_NAME = "Archaeopteryx"; - final static String VERSION = "0.9912 beta"; - final static String PRG_DATE = "160630"; + final static String VERSION = "0.9913 beta"; + final static String PRG_DATE = "160701"; final static String DEFAULT_CONFIGURATION_FILE_NAME = "_aptx_configuration_file"; final static String[] DEFAULT_FONT_CHOICES = { "Arial Unicode MS", "Dialog", "SansSerif", "Sans", "Arial", "Helvetica" }; diff --git a/forester/java/src/org/forester/util/ForesterConstants.java b/forester/java/src/org/forester/util/ForesterConstants.java index 4f1c3b4..9c2749b 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.040"; - public final static String FORESTER_DATE = "160630"; + public final static String FORESTER_VERSION = "1.041"; + public final static String FORESTER_DATE = "160701"; 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";